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

# ListSSOConfigurations

`POST /gitpod.v1.OrganizationService/ListSSOConfigurations`

Lists and filters SSO configurations for an organization.

 Use this method to:
 - View all SSO providers
 - Monitor authentication status
 - Audit security settings
 - Manage provider configurations

 ### Examples

 - List active configurations:

   Shows all active SSO providers.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   pagination:
     pageSize: 20
   ```

 - List by provider type:

   Shows custom SSO configurations.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   pagination:
     pageSize: 20
     token: "next-page-token-from-previous-response"
   ```

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListSSOConfigurationsRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to list SSO configurations for.
  - `pagination` GitpodV1PaginationRequest
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 100.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse

## Response `200`

Success

- GitpodV1ListSSOConfigurationsResponse
  - `pagination` GitpodV1PaginationResponse, required
    - `nextToken` string — Token passed for retrieving the next set of results. Empty if there are no more results
  - `ssoConfigurations` GitpodV1SSOConfiguration[] — sso_configurations are the SSO configurations for the organization
    - `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-21** `3655d5ad0ac3` — 4 breaking, 7 warning, 6 info
  - the `pagination` request property type/format changed from ``/`` to `object`/``
  - the `pagination` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `ssoConfigurations/items/providerType` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `ssoConfigurations/items/state` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …13 more
- **2025-02-18** `cd6a05ae99d2` — 1 warning
  - removed the optional property `detail` from the response with the `default` status
- **2025-02-14** `27f7bd641de1` — 3 breaking
  - the response property `ssoConfigurations` became optional for the status `200`
  - the response property `ssoConfigurations/items/clientId` became optional for the status `200`
  - the response property `ssoConfigurations/items/emailDomain` became optional for the status `200`
- **2025-02-14** `988164042da1` — 1 breaking, 9 info
  - the request property `organizationId` became required
  - the response property `pagination` became required for the status `200`
  - the response property `ssoConfigurations` became required for the status `200`
  - the response property `ssoConfigurations/items/clientId` became required for the status `200`
  - …6 more

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.OrganizationService/ListSSOConfigurations/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/ca9a49ac7fbb/schema)
