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

# UpdateSSOConfiguration

`POST /gitpod.v1.OrganizationService/UpdateSSOConfiguration`

UpdateSSOConfiguration updates the SSO configuration for the organization.

## Request body

- GitpodV1UpdateSSOConfigurationRequest
  - `claims` object — claims are key/value pairs that defines a mapping of claims issued by the IdP.
  - `clientId` string, nullable — client_id is the client ID of the SSO provider
  - `clientSecret` string, nullable — client_secret is the client secret of the SSO provider
  - `emailDomain` string, nullable
  - `issuerUrl` string, uri, nullable — issuer_url is the URL of the IdP issuer
  - `ssoConfigurationId` string, uuid, required — sso_configuration_id is the ID of the SSO configuration to update
  - `state` 'SSO_CONFIGURATION_STATE_UNSPECIFIED' | 'SSO_CONFIGURATION_STATE_INACTIVE' | 'SSO_CONFIGURATION_STATE_ACTIVE'

## Response `200`

Success

- GitpodV1UpdateSSOConfigurationResponse

## Other responses

- `default` — Error

## Changes

- **2025-02-14** `988164042da1` — 1 breaking
  - the request property `ssoConfigurationId` became required

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