m (1 revision imported) |
m (Text replacement - "BlueSpice Farm" to "BlueSpice farm") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|developer=Otheus Shelling, Rusty Burchfield, James Kinsman, Daniel Thomas, Ian Ward Comfort, Mark A. Hershberger, Stefan Engelhardt | |developer=Otheus Shelling, Rusty Burchfield, James Kinsman, Daniel Thomas, Ian Ward Comfort, Mark A. Hershberger, Stefan Engelhardt | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice | |edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice farm (deactivated) | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Infrastructure | |category=Infrastructure | ||
|license=GPL v2+ | |license=GPL v2+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser | |docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser | ||
|features= | |||
The '''Auth remoteuser''' extension automatically logs-in users if they are already authenticated by an arbitrary remote source. The extension maps the given remote user name to an existing user name in the local wiki database (or creates it first if it has the permissions to do so). The external source takes total responsibility in authenticating that user. | The '''Auth remoteuser''' extension automatically logs-in users if they are already authenticated by an arbitrary remote source. The extension maps the given remote user name to an existing user name in the local wiki database (or creates it first if it has the permissions to do so). The external source takes total responsibility in authenticating that user. | ||
This allows integration with the web server's built-in authentication system (for example via the <code>REMOTE_USER</code> environment variable, which is set through HTTP-Auth, LDAP, CAS, PAM, etc.) or any other type of external authentication (SSL client auth, user accounts provided by different forum software, etc.). | This allows integration with the web server's built-in authentication system (for example via the <code>REMOTE_USER</code> environment variable, which is set through HTTP-Auth, LDAP, CAS, PAM, etc.) or any other type of external authentication (SSL client auth, user accounts provided by different forum software, etc.). | ||
}} | |||
{{wcagCheck | |||
{{ | |wcagStatus=2-testing complete | ||
|wcagTestdate=2022-08-08 | |||
|extensionType=backend | |||
}} |
Latest revision as of 10:48, 7 June 2024
Extension: Auth remoteuser
Overview | |||
---|---|---|---|
Description: | Automatically logs-in users using the REMOTE_USER environment variable
| ||
State: | stable | Dependency: | MediaWiki |
Developer: | Otheus Shelling, Rusty Burchfield, James Kinsman, Daniel Thomas, Ian Ward Comfort, Mark A. Hershberger, Stefan Engelhardt | License: | GPL v2+ |
Type: | MediaWiki | Category: | Infrastructure |
Edition: | BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice farm (deactivated) | Version: | 4.1+ |
For more info, visit Mediawiki. |
Features
The Auth remoteuser extension automatically logs-in users if they are already authenticated by an arbitrary remote source. The extension maps the given remote user name to an existing user name in the local wiki database (or creates it first if it has the permissions to do so). The external source takes total responsibility in authenticating that user.
This allows integration with the web server's built-in authentication system (for example via the REMOTE_USER
environment variable, which is set through HTTP-Auth, LDAP, CAS, PAM, etc.) or any other type of external authentication (SSL client auth, user accounts provided by different forum software, etc.).
Accessibility
Test status: | 2-testing complete |
---|---|
Last test date: | 2022-08-08
|
Extension type: | backend
|