Skip to main content
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

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace 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.
OIDCConfig represents the OIDC token configuration for an organization. The version oneof determines which token version is active.gitpod.v1.OIDCConfig
OIDCConfigV2 configures V2 OIDC tokens. No additional parameters.gitpod.v1.OIDCConfigV2This message has no fields.
OIDCConfigV3 configures V3 OIDC tokens with optional sub claim customization.gitpod.v1.OIDCConfigV3