diff --git a/.changeset/tasty-oranges-rescue.md b/.changeset/tasty-oranges-rescue.md index be1a0a2bcc..09a014ca7a 100644 --- a/.changeset/tasty-oranges-rescue.md +++ b/.changeset/tasty-oranges-rescue.md @@ -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`