Update docs/auth/microsoft/provider.md

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2023-10-19 09:53:24 +01:00
committed by GitHub
parent 76bad23a8c
commit 513a6db0c9
+1 -1
View File
@@ -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