---
title: "Check SSO"
method: GET
path: "/auth/sso/check"
tags: ["Auth"]
---

# Check SSO

`GET /auth/sso/check`

Check if SSO is enabled for a given email domain.

## Query parameters

- `domain` string, required

## Response `200`

- AuthSsoCheckResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` AuthSsoCheckDataDto, required
    - `active` boolean, required
    - `organizationId` object, nullable, required

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
