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.
2 parents f46621a + df71a7d commit c3f0b37Copy full SHA for c3f0b37
assets/runtime/functions
@@ -705,7 +705,7 @@ gitlab_configure_oauth() {
705
OAUTH_EXTERNAL_PROVIDERS
706
707
case ${OAUTH_AUTO_SIGN_IN_WITH_PROVIDER} in
708
- 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)
709
update_template ${GITLAB_CONFIG} OAUTH_AUTO_SIGN_IN_WITH_PROVIDER
710
;;
711
*)
0 commit comments