diff --git a/src/Umbraco.Web.UI.Client/docs/authentication.md b/src/Umbraco.Web.UI.Client/docs/authentication.md index eaf53f619b..a713a9a19e 100644 --- a/src/Umbraco.Web.UI.Client/docs/authentication.md +++ b/src/Umbraco.Web.UI.Client/docs/authentication.md @@ -36,7 +36,9 @@ There are two ways to use this: "CMS": { "Security":{ "BackOfficeHost": "http://localhost:5173", - "AuthorizeCallbackPathName": "/" + "AuthorizeCallbackPathName": "/oauth_complete", + "AuthorizeCallbackLogoutPathName": "/logout", + "AuthorizeCallbackErrorPathName": "/error", }, }, [...]