From 7908d72e033fb6af4d95a41d62d82ef1afe42511 Mon Sep 17 00:00:00 2001 From: headphonejames Date: Tue, 28 Feb 2023 21:56:38 -0800 Subject: [PATCH] add change set Signed-off-by: headphonejames --- .changeset/long-gorillas-remain.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/long-gorillas-remain.md 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.