---
title: "Check whether SAML SSO is enabled"
method: POST
path: "/v3/accounts/login/saml/verify"
tags: ["Authentication"]
---

# Check whether SAML SSO is enabled

`POST /v3/accounts/login/saml/verify`

Checks whether SAML SSO is enabled for the account.

## Request body

- SsoLoginRequestModel
  - `accountAlias` string, required — Unique account alias.
  - `organizationAlias` string, nullable — Optional organization alias within the tenant. When provided, the server will use the org-level SAML configuration.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

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