add docs for oauth_complete

This commit is contained in:
Jacob Overgaard
2024-04-30 10:35:36 +02:00
parent c5efe5b49e
commit 227e48bc9e

View File

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