feat(saml): add config options to set required signings

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2025-04-09 21:32:22 +02:00
parent 8bd70328dc
commit 9fb1b7be90
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
5 changed files with 67 additions and 44 deletions

View file

@ -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,