We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e63f5 commit df71a7dCopy full SHA for df71a7d
assets/runtime/functions
@@ -700,7 +700,7 @@ gitlab_configure_oauth() {
700
OAUTH_EXTERNAL_PROVIDERS
701
702
case ${OAUTH_AUTO_SIGN_IN_WITH_PROVIDER} in
703
- cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic)
+ cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic|$OAUTH2_GENERIC_NAME)
704
update_template ${GITLAB_CONFIG} OAUTH_AUTO_SIGN_IN_WITH_PROVIDER
705
;;
706
*)
0 commit comments