mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -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
|
@ -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