Update .changeset/long-gorillas-remain.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Headphones James <generalfuzz@gmail.com>
This commit is contained in:
Headphones James
2023-03-06 10:10:04 -08:00
committed by GitHub
parent 7908d72e03
commit 8f72438559
+3 -5
View File
@@ -1,11 +1,9 @@
---
'@backstage/core-components': minor
'@backstage/core-plugin-api': minor
'@backstage/plugin-gitops-profiles': minor
'@backstage/core-components': patch
'@backstage/app-defaults': minor
'@backstage/core-app-api': minor
'@backstage/plugin-auth-backend': minor
'@backstage/plugin-auth-backend': patch
'@backstage/test-utils': minor
---
Introduce a new global config parameter, "enableExperimentalRedirectFlow" When enabled, instead of having a popup window where the authentication takes place, backstage will redirect to the authentication backend plugin, followed by a redirect back to the backstage frontend after authentication takes place.
Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.