Skip to content

Commit c3f0b37

Browse files
authored
Merge pull request #2126 from tom-dierckx/master
generic_oauth variable name for automatic authentication
2 parents f46621a + df71a7d commit c3f0b37

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
@@ -705,7 +705,7 @@ gitlab_configure_oauth() {
705705
OAUTH_EXTERNAL_PROVIDERS
706706

707707
case ${OAUTH_AUTO_SIGN_IN_WITH_PROVIDER} in
708-
cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic)
708+
cas3|google_oauth2|facebook|twitter|github|gitlab|bitbucket|saml|crowd|azure_oauth2|oauth2_generic|$OAUTH2_GENERIC_NAME)
709709
update_template ${GITLAB_CONFIG} OAUTH_AUTO_SIGN_IN_WITH_PROVIDER
710710
;;
711711
*)

0 commit comments

Comments
 (0)