mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -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
639eee078d
commit
cc74351846
5 changed files with 67 additions and 44 deletions
|
@ -162,7 +162,9 @@ module.exports = {
|
|||
id: undefined,
|
||||
username: 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name',
|
||||
email: 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress'
|
||||
}
|
||||
},
|
||||
wantAssertionsSigned: true,
|
||||
wantAuthnResponseSigned: true
|
||||
},
|
||||
email: true,
|
||||
allowEmailRegister: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue