---
title: "Get Current Sso Settings"
method: GET
path: "/api/v1/orgs/current/sso-settings"
tags: ["orgs"]
---

# Get Current Sso Settings

`GET /api/v1/orgs/current/sso-settings`

Get SSO provider settings for the current organization.

## Response `200`

Successful Response

- SSOProvider[]
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `provider_id` string, uuid, required
  - `default_workspace_role_id` string, uuid, required
  - `default_workspace_ids` string[], required
  - `metadata_url` string, nullable
  - `metadata_xml` string, nullable
  - `sso_groups_enabled` boolean
  - `sso_groups_claim_field` string
  - `sso_groups_required` boolean
  - `sso_groups_role_sync_enabled` boolean
  - `attribute_mapping` SupabaseAttributeMapping — Supabase SAML provider attribute_mapping. Empty keys is a valid value (clears the mapping). Map key is the claim key written into identity_data; value points at the SAML assertion attribute name.
    - `keys` object
  - `attribute_mapping_load_error` string, nullable

## Changes

- **2026-04-30** `99490d1e837e` — 6 info
  - added the optional property `items/attribute_mapping` to the response with the `200` status
  - added the optional property `items/attribute_mapping_load_error` to the response with the `200` status
  - added the optional property `items/sso_groups_claim_field` to the response with the `200` status
  - added the optional property `items/sso_groups_enabled` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/orgs/current/sso-settings/get.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
