From 71b6d915606cab5f121dff6a1d561513e0c6fa05 Mon Sep 17 00:00:00 2001 From: hongming Date: Tue, 25 May 2021 10:38:48 +0800 Subject: [PATCH] Update oidc-Identity-provider.md Signed-off-by: hongming --- sig-multitenancy/auth/oidc-Identity-provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sig-multitenancy/auth/oidc-Identity-provider.md b/sig-multitenancy/auth/oidc-Identity-provider.md index 7dcc0b11..cfe6285e 100644 --- a/sig-multitenancy/auth/oidc-Identity-provider.md +++ b/sig-multitenancy/auth/oidc-Identity-provider.md @@ -26,7 +26,7 @@ data: clientID: '********' clientSecret: '********' issuer: https://accounts.google.com - redirectURL: 'http://ks-console/oauth/redirect' + redirectURL: 'http://ks-console/oauth/redirect/google' kind: ConfigMap name: kubesphere-config namespace: kubesphere-system @@ -43,4 +43,4 @@ For the above example: | preferredUsernameKey | Configurable key which contains the preferred username claims. | | emailKey | Configurable key which contains the email claims. | | getUserInfo | GetUserInfo uses the userinfo endpoint to get additional claims for the token. This is especially useful where upstreams return "thin" id tokens. | -| insecureSkipVerify | Used to turn off TLS certificate verify. | \ No newline at end of file +| insecureSkipVerify | Used to turn off TLS certificate verify. |