Authentication
📄️ OpenID provider configuration information
The OpenID Provider's configuration information can be retrieved.
📄️ Token review
Token Review attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
📄️ Authorization endpoint
The authorization endpoint is used to interact with the resource owner and obtain an authorization grant.
📄️ Authorization endpoint
The authorization endpoint is used to interact with the resource owner and obtain an authorization grant.
📄️ OAuth2 callback
OAuth2 callback
📄️ JSON Web Key Set
This contains the signing key(s) the RP uses to validate signatures from the OP.
📄️ Third-party account login
Third-party account login
📄️ Logout
This endpoint takes an ID token and logs the user out of KubeSphere if the subject matches the current session.
📄️ Token endpoint
The resource owner password credentials grant type is suitable in
📄️ User info endpoint
UserInfo Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User.