corrections to the Enable or disable Sign In with OmniAuth
This commit is contained in:
parent
3a91f5081e
commit
2a99c51590
1 changed files with 3 additions and 2 deletions
|
@ -194,14 +194,15 @@ While we can't officially support every possible authentication mechanism out th
|
|||
we'd like to at least help those with specific needs.
|
||||
|
||||
## Enable or disable Sign In with an OmniAuth provider without disabling import sources
|
||||
|
||||
>**Note:**
|
||||
This setting was introduced with version 8.8 of GitLab
|
||||
This setting was introduced with version 8.8 of GitLab.
|
||||
|
||||
Administrators are able to enable or disable Sign In via some OmniAuth providers.
|
||||
|
||||
>**Note:**
|
||||
By default Sign In is enabled via all the OAuth Providers that have been configured in config/gitlab.yml.
|
||||
|
||||
In order to enable/disable an OmniAuth provider go to Admin Area -> Settings-> Sign-in Restrictions section -> Enabled OAuth Sign-In sources and select the providers you want to enable or disable.
|
||||
In order to enable/disable an OmniAuth provider, go to Admin Area -> Settings -> Sign-in Restrictions section -> Enabled OAuth Sign-In sources and select the providers you want to enable or disable.
|
||||
|
||||
![Enabled OAuth Sign-In sources](img/enabled-oauth-sign-in-sources.png)
|
||||
|
|
Loading…
Reference in a new issue