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": "/" }, }, [...]