Unary · Organizations
Retrieves the OIDC token configuration for an organization.
Use this method to:
- Check which OIDC token version is active (V2 or V3)
- View extra sub claim fields (V3 only)
Examples
-
Get OIDC config:
Endpoint
https://app.ona.com with that domain.
Request example
Request
gitpod.v1.GetOIDCConfigRequest
GetOIDCConfigRequest is the request message for retrieving OIDC token configuration.
Response
gitpod.v1.GetOIDCConfigResponse
GetOIDCConfigResponse is the response message for retrieving OIDC token configuration.
Related types
OIDCConfig
OIDCConfig
OIDCConfig represents the OIDC token configuration for an organization.
The version oneof determines which token version is active.
gitpod.v1.OIDCConfigOIDCConfigV2
OIDCConfigV2
OIDCConfigV2 configures V2 OIDC tokens. No additional parameters.
gitpod.v1.OIDCConfigV2This message has no fields.OIDCConfigV3
OIDCConfigV3
OIDCConfigV3 configures V3 OIDC tokens with optional sub claim customization.
gitpod.v1.OIDCConfigV3