From 8f72438559c22c6447dacf94f1173c859b6041b6 Mon Sep 17 00:00:00 2001 From: Headphones James Date: Mon, 6 Mar 2023 10:10:04 -0800 Subject: [PATCH] Update .changeset/long-gorillas-remain.md Co-authored-by: Patrik Oldsberg Signed-off-by: Headphones James --- .changeset/long-gorillas-remain.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.changeset/long-gorillas-remain.md b/.changeset/long-gorillas-remain.md index f74dc1b1a7..60ad6fa092 100644 --- a/.changeset/long-gorillas-remain.md +++ b/.changeset/long-gorillas-remain.md @@ -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.