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
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.
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