Manual:$wgExternalAuthType/de-formal
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.22.0</tvar>.</translate> |
<translate> Authentication</translate>: $wgExternalAuthType | |
---|---|
Use some particular type of external authentication. |
|
<translate> Introduced in version:</translate> | 1.16.0 (r53497) |
<translate> Removed in version:</translate> | 1.22.0 (Gerrit change 54900; git #36cade5f) |
<translate> Allowed values:</translate> | (string) or null |
<translate> Default value:</translate> | null |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
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/
.