expose new needed configuration options

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-02-06 10:09:52 +01:00
parent 7dd8463935
commit d589a0488d
2 changed files with 26 additions and 22 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-backend': minor
---
migrate from 'passport-saml' to '@node-saml/passport-saml'
migrate from 'passport-saml' to '@node-saml/passport-saml'
This comes with breaking changes to config options:
- `audience` is no mandatory
- `wantAuthnResponseSigned` is now exposed and defaults to `true`
- `wantAssertionsSigned` is now exposed and defaults to `true`