gitpod.v1.OrganizationService

GetOIDCConfig

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:

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    
post/gitpod.v1.OrganizationService/GetOIDCConfig

Request body

organizationIdstring uuid required

organization_id is the ID of the organization.

Response

Success

GitpodV1GetOIDCConfigResponse required— unresolved $ref

Changes