From 227e48bc9e3b6c2fb5fdbb2e3dc5f4b5ec769ad0 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:35:36 +0200 Subject: [PATCH] add docs for `oauth_complete` --- src/Umbraco.Web.UI.Client/docs/authentication.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", }, }, [...]