---
title: "Get the current organization's SSO configuration status"
method: GET
path: "/api/v1/organizations/me/sso-status"
tags: ["crm"]
---

# Get the current organization's SSO configuration status

`GET /api/v1/organizations/me/sso-status`

## Response `201`

- OrganizationsSsoStatusResponseDTO
  - `isSamlConfigured` boolean, required — Whether SAML/OIDC single sign-on is configured for the organization, read live from the auth provider

## Other responses

- `502` — The SSO configuration could not be read from the auth provider. Clients must render an unknown state rather than treating this as "not configured".

## Changes

- **2026-08-26** `d97a83aefe54` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wejam/apis/jam/changes/api/v1/organizations/me/sso-status/get.md)

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/9452fa3c98d5/schema)
