diff --git a/.changeset/long-gorillas-remain.md b/.changeset/long-gorillas-remain.md new file mode 100644 index 0000000000..f74dc1b1a7 --- /dev/null +++ b/.changeset/long-gorillas-remain.md @@ -0,0 +1,11 @@ +--- +'@backstage/core-components': minor +'@backstage/core-plugin-api': minor +'@backstage/plugin-gitops-profiles': minor +'@backstage/app-defaults': minor +'@backstage/core-app-api': minor +'@backstage/plugin-auth-backend': minor +'@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.