Skip to content

Commit df71a7d

Browse files
author
Tom Dierckx
committed
allows generic name
1 parent c1e63f5 commit df71a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ gitlab_configure_oauth() {
700700
OAUTH_EXTERNAL_PROVIDERS
701701

702702
case ${OAUTH_AUTO_SIGN_IN_WITH_PROVIDER} in
703-
cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic)
703+
cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic|$OAUTH2_GENERIC_NAME)
704704
update_template ${GITLAB_CONFIG} OAUTH_AUTO_SIGN_IN_WITH_PROVIDER
705705
;;
706706
*)

0 commit comments

Comments
 (0)