diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/omniauth.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index 3ccdb624598..4ab1cfb2ec6 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -279,12 +279,13 @@ omniauth: ``` ## Bypassing two factor authentication -Starting with GitLab 12.3, this allows users to login with the specified +Starting with GitLab 12.3, this allows users to login with the specified providers without two factor authentication. -Define the allowed providers using an array, e.g. `["twitter", 'google_oauth2']`, or as +Define the allowed providers using an array, e.g. `["twitter", 'google_oauth2']`, or as `true`/`false` to allow all providers or none. This option should only be configured -for providers which already have two factor authentication. +for providers which already have two factor authentication (default: false). +This configration dose not apply to SAML. ```ruby omniauth['allow_bypass_two_factor'] = ['twitter', 'google_oauth2'] |