---
title: "Get SSO connection"
method: GET
path: "/auth/sso/connections/{connectionId}"
tags: ["SSO Connections"]
---

# Get SSO connection

`GET /auth/sso/connections/{connectionId}`

Retrieve a single SSO identity provider connection by its identifier.

## Path parameters

- `connectionId` string, uuid, required

## Response `200`

Success.

- object — Identity provider connection managed by the SSO service.
  - `id` string, uuid, required — Unique identifier of the SSO connection.
  - `reference` string, required — Identifier assigned by the downstream identity provider.
  - `type` 'SAML', required — Identity provider connection type.
  - `status` 'enabled' | 'disabled', required — Lifecycle status of the connection.
  - `metadata` object, required
    - `saml` object, required — SAML-specific metadata for the identity provider connection.
      - `samlMetadataURL` string, uri, required — HTTPS URL referencing the SAML metadata document.
  - `name` string, required — Internal name assigned to the connection.
  - `displayName` string, required — Display label returned to clients initiating SSO.
  - `provider` 'auth0' | 'jumpcloud' | 'microsoft' | 'okta', required — Allowed/Supported SSO providers.
  - `createdAt` string, date-time, required — ISO-8601 timestamp when the connection was created.
  - `updatedAt` string, date-time, required — ISO-8601 timestamp when the connection was last updated.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `406` — Not Acceptable.
- `415` — Unsupported Media Type.
- `429` — Too Many Requests.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/versions/9dd2f0158582/schema)
