Skip to main content
Unary · Organizations Updates the OIDC token configuration for an organization. Use this method to:
  • Switch between OIDC token versions (V2 or V3)
  • Configure extra sub claim fields (V3 only)

Examples

  • Enable V3 tokens with extra sub fields:
  • Switch back to V2 tokens:

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.UpdateOIDCConfigRequest UpdateOIDCConfigRequest is the request message for updating OIDC token configuration.

Response

gitpod.v1.UpdateOIDCConfigResponse UpdateOIDCConfigResponse is the response message for updating 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