fix auth-oidc-callback examples
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
May 18, 2024 at 12:26 UTC
30d958fbd93feaf2f18a65b77dd9e7c227dc733c
1 file changed
+2
-2
docs/docs/meshcentral/openidConnectStrategy.md
+2
-2
@@ -110,7 +110,7 @@ There are plenty of options at your disposal if you need them. In fact, you can
110
"client": {
111
"client_id": "110d5612-0822-4449-a057-8a0dbe26eca5",
112
"client_secret": "4TqST46K53o3Z2Q88p39YwR6YwJb7Cka",
113
- "redirect_uri": "https://mesh.your.domain/oauth2/oidc/redirect",
113
+ "redirect_uri": "https://mesh.your.domain/auth-oidc-callback",
114
"post_logout_redirect_uri": "https://mesh.your.domain/login",
115
"token_endpoint_auth_method": "client_secret_post",
116
"response_types": "authorization_code"
@@ -236,7 +236,7 @@ There are just about as many option as possible here since openid-client also pr
236
"client": {
237
"client_id": "00b3875c-8d82-4238-a8ef-25303fa7f9f2",
238
"client_secret": "7PP453H577xbFDCqG8nYEJg8M3u8GT8F",
239
- "redirect_uri": "https://mesh.your.domain/oauth2/oidc/redirect",
239
+ "redirect_uri": "https://mesh.your.domain/auth-oidc-callback",
240
"post_logout_redirect_uri": "https://mesh.your.domain/login",
241
"token_endpoint_auth_method": "client_secret_post",
242
"response_types": "authorization_code"