From e1fd19c70ad8fc0a6608f635d4ae4139ee00fdeb Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 6 Feb 2024 13:08:49 +0100 Subject: [PATCH] Update .changeset/tasty-oranges-rescue.md Signed-off-by: Patrik Oldsberg --- .changeset/tasty-oranges-rescue.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/tasty-oranges-rescue.md b/.changeset/tasty-oranges-rescue.md index 09a014ca7a..0df4b99540 100644 --- a/.changeset/tasty-oranges-rescue.md +++ b/.changeset/tasty-oranges-rescue.md @@ -3,9 +3,10 @@ --- **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 now mandatory - `wantAuthnResponseSigned` is now exposed and defaults to `true` - `wantAssertionsSigned` is now exposed and defaults to `true` +