mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
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:
parent
002c7897d8
commit
e6fc9f01a3
6 changed files with 6 additions and 1 deletions
|
@ -144,6 +144,7 @@ module.exports = {
|
|||
tlsca: undefined
|
||||
},
|
||||
saml: {
|
||||
providerName: undefined,
|
||||
idpSsoUrl: undefined,
|
||||
idpCert: undefined,
|
||||
clientCert: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue