Update .changeset/tasty-oranges-rescue.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-06 11:54:23 +01:00
committed by GitHub
parent d589a0488d
commit 03153d511d
+3 -2
View File
@@ -2,9 +2,10 @@
'@backstage/plugin-auth-backend': minor
---
migrate from 'passport-saml' to '@node-saml/passport-saml'
**BREAKING**: The `saml` provider has been migrated from `passport-saml` to `@node-saml/passport-saml`.
This comes with breaking changes to config options:
- `audience` is no mandatory
- `audience` is now mandatory
- `wantAuthnResponseSigned` is now exposed and defaults to `true`
- `wantAssertionsSigned` is now exposed and defaults to `true`