From df71a7d5fa0494f0d580391ee5c7df177d5067ef Mon Sep 17 00:00:00 2001 From: Tom Dierckx Date: Fri, 10 Apr 2020 10:38:21 +0200 Subject: [PATCH] allows generic name --- assets/runtime/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/runtime/functions b/assets/runtime/functions index d81d3cb1..d9d2a9f2 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -700,7 +700,7 @@ gitlab_configure_oauth() { OAUTH_EXTERNAL_PROVIDERS case ${OAUTH_AUTO_SIGN_IN_WITH_PROVIDER} in - 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) update_template ${GITLAB_CONFIG} OAUTH_AUTO_SIGN_IN_WITH_PROVIDER ;; *)