Manual:$wgExternalAuthType
From MediaWiki.org
Authentication: $wgExternalAuthType | |
---|---|
Use some particular type of external authentication. |
|
Introduced in version: | 1.16.0 (r53497) |
Removed in version: | still in use |
Allowed values: | string or null |
Default value: | null |
Other settings: Alphabetical | By Function
Details [edit]
Use some particular type of external authentication. The specific authentication module you use will normally require some extra settings to be specified in $wgExternalAuthConfig.
null indicates no external authentication is to be used. Otherwise, "$wgExternalAuthType" must be the name of a non-abstract class that extends ExternalUser.
Core authentication modules can be found in includes/extauth/.