---
title: "Get SSO config"
method: GET
path: "/sso-config"
tags: ["SSO Config"]
---

# Get SSO config

`GET /sso-config`

Return SSO configuration for the organization.

## Query parameters

- `protocol` 'saml' | 'oidc'
- `active` boolean

## Response `200`

- ApiObjectResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` object, required — Object with endpoint-specific schema (see endpoint documentation).

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `404` — SSO config not found
- `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)
