mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
feat(saml): add config options to set required signings
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
8bd70328dc
commit
9fb1b7be90
5 changed files with 67 additions and 44 deletions
|
@ -36,7 +36,9 @@ passport.use(
|
|||
}
|
||||
}()),
|
||||
identifierFormat: config.saml.identifierFormat,
|
||||
disableRequestedAuthnContext: config.saml.disableRequestedAuthnContext
|
||||
disableRequestedAuthnContext: config.saml.disableRequestedAuthnContext,
|
||||
wantAssertionsSigned: config.saml.wantAssertionsSigned,
|
||||
wantAuthnResponseSigned: config.saml.wantAuthnResponseSigned
|
||||
},
|
||||
// sign-in
|
||||
function (user, done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue