Skip to content

Commit 71b6d91

Browse files
committed
Update oidc-Identity-provider.md
Signed-off-by: hongming <[email protected]>
1 parent 7cedd8e commit 71b6d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig-multitenancy/auth/oidc-Identity-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626
clientID: '********'
2727
clientSecret: '********'
2828
issuer: https://accounts.google.com
29-
redirectURL: 'http://ks-console/oauth/redirect'
29+
redirectURL: 'http://ks-console/oauth/redirect/google'
3030
kind: ConfigMap
3131
name: kubesphere-config
3232
namespace: kubesphere-system
@@ -43,4 +43,4 @@ For the above example:
4343
| preferredUsernameKey | Configurable key which contains the preferred username claims. |
4444
| emailKey | Configurable key which contains the email claims. |
4545
| getUserInfo | GetUserInfo uses the userinfo endpoint to get additional claims for the token. This is especially useful where upstreams return "thin" id tokens. |
46-
| insecureSkipVerify | Used to turn off TLS certificate verify. |
46+
| insecureSkipVerify | Used to turn off TLS certificate verify. |

0 commit comments

Comments
 (0)