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. |