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
@@ -144,6 +144,7 @@ module.exports = {
|
||||
tlsca: undefined
|
||||
},
|
||||
saml: {
|
||||
providerName: undefined,
|
||||
idpSsoUrl: undefined,
|
||||
idpCert: undefined,
|
||||
clientCert: undefined,
|
||||
|
||||
@@ -134,6 +134,7 @@ module.exports = {
|
||||
tlsca: process.env.CMD_LDAP_TLS_CA
|
||||
},
|
||||
saml: {
|
||||
providerName: process.env.CMD_SAML_PROVIDERNAME,
|
||||
idpSsoUrl: process.env.CMD_SAML_IDPSSOURL,
|
||||
idpCert: process.env.CMD_SAML_IDPCERT,
|
||||
clientCert: process.env.CMD_SAML_CLIENTCERT,
|
||||
|
||||
Reference in New Issue
Block a user