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

# Show the SSO Configuration Details

`GET /v1/sso-configuration/details`

Shows the SSO Configuration details for the company.

## Scopes

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

## Response `200`

Success

- SSOConfigurationDetailsResponse — SSO Configuration Details response
  - `data` SSOConfigurationDetails — The SSO configuration details needed to set up your identity provider (IdP) to connect with Remote.
    - `audience_uri` string, required — The audience URI (Entity ID) for the SAML assertion. Configure this in your identity provider's SAML settings.
    - `sso_url` string, required — The SSO login callback URL. Configure this as the Assertion Consumer Service (ACS) URL in your identity provider.

## 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)
