From cb3c84e4c09e5e0191bfb5f8af49d0be1a9cf580 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 10 May 2023 10:05:20 +0200 Subject: [PATCH] add new appsetting to docs --- src/Umbraco.Web.UI.Client/docs/authentication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/docs/authentication.md b/src/Umbraco.Web.UI.Client/docs/authentication.md index 91f3b38e5e..0ab31d4be6 100644 --- a/src/Umbraco.Web.UI.Client/docs/authentication.md +++ b/src/Umbraco.Web.UI.Client/docs/authentication.md @@ -35,7 +35,8 @@ There are two ways to use this: "Umbraco": { "CMS": { "NewBackOffice":{ - "BackOfficeHost": "http://localhost:5173" + "BackOfficeHost": "http://localhost:5173", + "AuthorizeCallbackPathName": "/" }, }, [...]