OIDC Identity Provider
You need to deploy a Kubernetes cluster and install KubeSphere in the cluster. For details, see Installing on Linux and .
Add the following fields under
spec.authentication.jwtSecret
.spec:
jwtSecret: ''
authenticateRateLimiterMaxTries: 10
oauthOptions:
accessTokenMaxAge: 1h
accessTokenInactivityTimeout: 30m
- name: google
type: OIDCIdentityProvider
mappingMethod: auto
clientID: '********'
clientSecret: '********'
redirectURL: 'https://ks-console/oauth/redirect/google'
See description of parameters as below: