Difference between revisions of "Reference:Auth remoteuser"
Fbaeckmann (talk | contribs) (Tag: 2017 source edit) |
Fbaeckmann (talk | contribs) |
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) | ||
Features[edit source]
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.).
Extension: Auth remoteuser
Overview
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 pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated)
For more
info, visit Mediawiki.Features[edit source]
For more information please visit MediaWiki.
{{BSExtensionInfobox |desc=Automatically logs-in users using the <code>REMOTE_USER</code> environment variable |status=stable |developer=Otheus Shelling, Rusty Burchfield, James Kinsman, Daniel Thomas, Ian Ward Comfort, Mark A. Hershberger, Stefan Engelhardt |type=MediaWiki |edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) |active=No |compatible=MediaWiki |category=Infrastructure |license=GPL v2+ |docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser }} 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.).{{BSExtensionInfobox |desc=Automatically logs-in users using the <code>REMOTE_USER</code> environment variable |status=stable |developer=Otheus Shelling, Rusty Burchfield, James Kinsman, Daniel Thomas, Ian Ward Comfort, Mark A. Hershberger, Stefan Engelhardt |type=MediaWiki |edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) |active=No |compatible=MediaWiki |category=Infrastructure |license=GPL v2+ |docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser }} {{MWlink|https://www.mediawiki.org/wiki/Extension:Auth_remoteuser}} [[Category:Extension]] [[Category:BlueSpice pro]]
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{BSExtensionInfobox | |
− | |||
− | |||
|desc=Automatically logs-in users using the <code>REMOTE_USER</code> environment variable | |desc=Automatically logs-in users using the <code>REMOTE_USER</code> environment variable | ||
|status=stable | |status=stable | ||
|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 | + | |edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) |
|active=No | |active=No | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
Line 13: | Line 11: | ||
|docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser | |docu=https://www.mediawiki.org/wiki/Extension:Auth_remoteuser | ||
}} | }} | ||
+ | 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.). | ||