---
title: "GetSSOConfiguration"
method: POST
path: "/gitpod.v1.OrganizationService/GetSSOConfiguration"
tags: ["gitpod.v1.OrganizationService"]
---

# GetSSOConfiguration

`POST /gitpod.v1.OrganizationService/GetSSOConfiguration`

Retrieves a specific SSO configuration.

 Use this method to:
 - View SSO provider details
 - Check configuration status
 - Verify SSO settings

 ### Examples

 - Get SSO configuration:

   Retrieves details of a specific SSO configuration.

   ```yaml
   ssoConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
   ```

## Request body

- GitpodV1GetSSOConfigurationRequest
  - `ssoConfigurationId` string, uuid, required — sso_configuration_id is the ID of the SSO configuration to get

## Response `200`

Success

- GitpodV1GetSSOConfigurationResponse
  - `ssoConfiguration` GitpodV1SSOConfiguration, required
    - `claims` object — claims are key/value pairs that defines a mapping of claims issued by the IdP.
    - `clientId` string — client_id is the client ID of the OIDC application set on the IdP
    - `emailDomain` string
    - `id` string, uuid, required — id is the unique identifier of the SSO configuration
    - `issuerUrl` string, required — issuer_url is the URL of the IdP issuer
    - `organizationId` string, uuid, required
    - `providerType` 'PROVIDER_TYPE_UNSPECIFIED' | 'PROVIDER_TYPE_BUILTIN' | 'PROVIDER_TYPE_CUSTOM', required
    - `state` 'SSO_CONFIGURATION_STATE_UNSPECIFIED' | 'SSO_CONFIGURATION_STATE_INACTIVE' | 'SSO_CONFIGURATION_STATE_ACTIVE', required

## Other responses

- `default` — Error

## Changes

- **2025-02-14** `27f7bd641de1` — 2 breaking
  - the response property `ssoConfiguration/allOf[subschema #1: SSOConfiguration]/clientId` became optional for the status `200`
  - the response property `ssoConfiguration/allOf[subschema #1: SSOConfiguration]/emailDomain` became optional for the status `200`
- **2025-02-14** `988164042da1` — 1 breaking, 8 info
  - the request property `ssoConfigurationId` became required
  - the response property `ssoConfiguration` became required for the status `200`
  - the response property `ssoConfiguration/allOf[subschema #1: SSOConfiguration]/clientId` became required for the status `200`
  - the response property `ssoConfiguration/allOf[subschema #1: SSOConfiguration]/emailDomain` became required for the status `200`
  - …5 more

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.OrganizationService/GetSSOConfiguration/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/bef0e79f204c/schema)
