You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2025,7 +2025,7 @@ Comma separated list if oauth providers to disallow access to `internal` project
2025
2025
2026
2026
##### `OAUTH_ALLOW_BYPASS_TWO_FACTOR`
2027
2027
2028
-
Comma separated list of oauth providers where users can sign in without using two-factor authentication (2FA). Defaults to `[]`.
2028
+
Specify oauth providers where users can sign in without using two-factor authentication (2FA). You can define this using an array of providers like `["twitter", "google_oauth2"]`. Setting this to `true` or `false` applies to all - allow all or none. Defaults to `false`.
0 commit comments