---
title: "Show the current SSO Configuration"
method: GET
path: "/v1/sso-configuration"
tags: ["SSO Configuration"]
---

# Show the current SSO Configuration

`GET /v1/sso-configuration`

Shows the current SSO Configuration for the company.

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View SSO configuration (`sso_configuration:read`) | Manage SSO (`sso_configuration:write`) |

## Response `200`

Success

- SSOConfigurationResponse — SSO Configuration response
  - `data` SSOConfiguration — A complete SSO configuration for a company, including both Remote-generated values (sso_url, audience_uri) and company-provided values (domain, identity_provider_url).
    - `audience_uri` string, required — The audience URI (Entity ID) for SAML assertions.
    - `domain` string, required — The email domain(s) that should be routed through SSO. Multiple domains can be comma-separated (e.g., "company.com,company.co.uk").
    - `identity_provider_url` string, required — The URL of the company's SAML identity provider (IdP) login endpoint.
    - `sso_url` string, required — The SSO login callback URL (Assertion Consumer Service URL).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
