Allow SAML authentication provider to be named
Using `CMD_SAML_PROVIDERNAME` and the respective auth provider objects in the configuration structures. Signed-off-by: Moritz Schlarb <schlarbm@uni-mainz.de>
This commit is contained in:
committed by
David Mehren
parent
002c7897d8
commit
e6fc9f01a3
1
app.js
1
app.js
@@ -212,6 +212,7 @@ app.locals.authProviders = {
|
||||
ldap: config.isLDAPEnable,
|
||||
ldapProviderName: config.ldap.providerName,
|
||||
saml: config.isSAMLEnable,
|
||||
samlProviderName: config.saml.providerName,
|
||||
oauth2: config.isOAuth2Enable,
|
||||
oauth2ProviderName: config.oauth2.providerName,
|
||||
openID: config.isOpenIDEnable,
|
||||
|
||||
Reference in New Issue
Block a user