Atlas
Admin — SSO

List SSO providers

Returns all SSO providers configured for the admin's active organization. Each provider is returned as a summary (without full config).

GET
/api/v1/admin/sso/providers

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/sso/providers"
{
  "providers": [
    {
      "id": "string",
      "orgId": "string",
      "type": "saml",
      "issuer": "string",
      "domain": "string",
      "enabled": true,
      "ssoEnforced": true,
      "createdAt": "string",
      "updatedAt": "string",
      "verificationToken": "string",
      "domainVerified": true,
      "domainVerifiedAt": "string",
      "domainVerificationStatus": "pending",
      "property1": null,
      "property2": null
    }
  ],
  "total": 0
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}