Support
To check known issues (or if you want to file one), view this app's issue tracker.
To learn more about the app, you should:
- Read the documentation.
If you are a developer, you can help fix the problem yourself by:
- Downloading the source code.
Description
Authenticate via HTTP
Your SSO authenticates the user and either sets an environment variable in the request or an HTTP header and we use that as the authenticated user. The strategy to use is configurable.
Auth locally, if you must
Local authentication can still work, or not. You decide.
Manage group membership
Very configurable, including the ability to manage groups/roles, if you only want a subset of groups to reside in the Confluence user repository, something that is of interest to larger organizations and universities.
More details
Version history
2.7.3Confluence Server 6.0.7 - 6.15.102019-08-22PR #44,#39, fix for Confluence 6, Local login property fix in configuration. 2.7.1Confluence Server 5.9.1 - 5.9.142016-01-14Fix: Can not create new users: doInTransaction Failed to create user 'xxx'! #34 See: https://github.com/chauth/confluence_http_authenticator/issues/34
2.7.0Confluence Server 5.9.1 - 5.9.142015-12-06Confluence 5.9 support and fix #33 bubble up LicensingException. 2.6.1Confluence Server 5.8.2 - 5.8.182015-10-31Delegate basic HTTP authN first in login 2.6.0Confluence Server 5.8.2 - 5.8.182015-06-30Confluence 5.8 support 2.5.0Confluence Server 5.3 - 5.6.62014-03-15Fixes, more configurable, purge roles configurable limit Added ability to configure header/attribute get strategies and whether or not to support local login.
#9 Fix for infinite recursion on login
#15 Config variable to set the number of roles to purge at login - contributed by Scott Hall (@shall0mit)
BSD remoteUserAuth-2.5.0.jar, remoteUserAuthenticator.properties
2.4.0Confluence Server 5.3 - 5.4.42013-12-05Confluence 5.3 compatibility with thanks to Erkki Aalto New in this release
Tested with Confluence 5.3-5.4
Fixed in this release
Works with Confluence 5.3-5.4
2.2.0Confluence Server 5.0 - 5.0.32013-03-04Confluence 5.0.x compatibility #4/#5 Confluence 5.0.x compatibility
2.1.16Confluence Server 4.1 - 4.3.72012-11-27Added support for remember me cookie, basic auth support, api changes.