From 0289a059ce5b1d8f4c509e0e6908a1baa08869ff Mon Sep 17 00:00:00 2001 From: Joel Low Date: Tue, 29 Dec 2020 16:40:11 +0800 Subject: [PATCH] Add changeset --- .changeset/flat-suns-call.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .changeset/flat-suns-call.md diff --git a/.changeset/flat-suns-call.md b/.changeset/flat-suns-call.md new file mode 100644 index 0000000000..096a10ec30 --- /dev/null +++ b/.changeset/flat-suns-call.md @@ -0,0 +1,17 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +Add support for the majority of the Core configurations for Passport-SAML. + +These configuration keys are supported: + +- entryPoint +- issuer +- cert +- privateKey +- decryptionPvk +- signatureAlgorithm +- digestAlgorithm + +As part of this change, there is also a fix to the redirection behaviour when doing load balancing and HTTPS termination - the application's baseUrl is used to generate the callback URL. For properly configured Backstage installations, no changes are necessary, and the baseUrl is respected.