From 03153d511de82cf2e19f601e3455be73a5098151 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 6 Feb 2024 11:54:23 +0100 Subject: [PATCH] Update .changeset/tasty-oranges-rescue.md Signed-off-by: Patrik Oldsberg --- .changeset/tasty-oranges-rescue.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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`