OIDC Identity Provider

    You need to deploy a Kubernetes cluster and install KubeSphere in the cluster. For details, see Installing on Linux and .

    1. Add the following fields under spec.authentication.jwtSecret.

      1. spec:
      2. jwtSecret: ''
      3. authenticateRateLimiterMaxTries: 10
      4. oauthOptions:
      5. accessTokenMaxAge: 1h
      6. accessTokenInactivityTimeout: 30m
      7. - name: google
      8. type: OIDCIdentityProvider
      9. mappingMethod: auto
      10. clientID: '********'
      11. clientSecret: '********'
      12. redirectURL: 'https://ks-console/oauth/redirect/google'

      See description of parameters as below: