Skip to content

Commit

Permalink
Update oidc-Identity-provider.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wansir committed May 25, 2021
1 parent 7cedd8e commit 7f60f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sig-multitenancy/auth/oidc-Identity-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. |
| insecureSkipVerify | Used to turn off TLS certificate verify. |

0 comments on commit 7f60f94

Please sign in to comment.