From 513a6db0c932879e09d439bf0a38c829948c7275 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Thu, 19 Oct 2023 09:53:24 +0100 Subject: [PATCH] Update docs/auth/microsoft/provider.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Alex Crome --- docs/auth/microsoft/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/microsoft/provider.md b/docs/auth/microsoft/provider.md index f3fcc2efa2..69752dd2f1 100644 --- a/docs/auth/microsoft/provider.md +++ b/docs/auth/microsoft/provider.md @@ -17,7 +17,7 @@ If you have an existing App Registration for Backstage, use that rather than cre On your app registration's overview page, add a new `Web` platform configuration, with the configuration: -- **Redirect URI**: `http://your-backstage.com/api/auth/microsoft/handler/frame` (for local dev, typically `http://localhost:7007/api/auth/microsoft/handler/frame`) +- **Redirect URI**: `https://your-backstage.com/api/auth/microsoft/handler/frame` (for local dev, typically `http://localhost:7007/api/auth/microsoft/handler/frame`) - **Front-channel logout Url**: blank - **Implicit grant and hybrid flows**: All unchecked