adjust change logs to show enableExperimentalRedirectFlow at root

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-05-16 22:46:02 +02:00
parent bbfd503f14
commit 8b45bc7c12
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Contributed by [@sennyeya](https://github.com/sennyeya) in [#15667](https://gith
### Experimental inline auth flows
Theres new support for running auth flows inline in the current page instead of in a separate popup window, enabled via the `auth.enableExperimentalRedirectFlow` app-config parameter. This will allow the use of some providers that do not support popup flows. Its still an experimental feature, but do try it out if this applies to you!
Theres new support for running auth flows inline in the current page instead of in a separate popup window, enabled via the `enableExperimentalRedirectFlow` app-config parameter. This will allow the use of some providers that do not support popup flows. Its still an experimental feature, but do try it out if this applies to you!
Contributed by [@headphonejames](https://github.com/headphonejames) in [#15841](https://github.com/backstage/backstage/pull/15841)