Merge branch 'master' of github.com:backstage/backstage into rugvip/exts

* 'master' of github.com:backstage/backstage:
  Revert "build(deps): bump jose from 1.27.1 to 3.2.0"
  Add changeset
  Add basic documentation for the SAML auth provider
  Add additional SAML configuration options
This commit is contained in:
blam
2021-01-05 10:07:05 +01:00
6 changed files with 70 additions and 23 deletions
+17
View File
@@ -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.