@@ -563,15 +563,15 @@ production: &base
563
563
564
564
## OmniAuth settings
565
565
omniauth:
566
- # Allow login via Twitter, Google , etc. using OmniAuth providers
566
+ # Allow login via Google, GitHub , etc. using OmniAuth providers
567
567
enabled: {{ 'true' if gitlab_omniauth_enabled else 'false' }}
568
568
569
569
# Uncomment this to automatically sign in with a specific omniauth provider's without
570
570
# showing GitLab's sign-in page (default: show the GitLab sign-in page)
571
571
# auto_sign_in_with_provider: saml
572
572
573
573
# Sync user's profile from the specified Omniauth providers every time the user logs in (default: empty).
574
- # Define the allowed providers using an array, e.g. ["cas3", " saml", "twitter "],
574
+ # Define the allowed providers using an array, e.g. ["saml", "google_oauth2 "],
575
575
# or as true/false to allow all providers or none.
576
576
# When authenticating using LDAP, the user's email is always synced.
577
577
# sync_profile_from_provider: []
@@ -584,7 +584,7 @@ production: &base
584
584
585
585
# CAUTION!
586
586
# This allows users to login without having a user account first. Define the allowed providers
587
- # using an array, e.g. ["saml", "twitter "], or as true/false to allow all providers or none.
587
+ # using an array, e.g. ["saml", "google_oauth2 "], or as true/false to allow all providers or none.
588
588
# User accounts will be created automatically when authentication was successful.
589
589
allow_single_sign_on: ["saml"]
590
590
0 commit comments