---
title: "Get SSO Connections"
method: GET
path: "/api/v1/sso"
tags: ["Single Sign-On"]
---

# Get SSO Connections

`GET /api/v1/sso`

## Query parameters

- `tenant` string, required
- `product` string, required
- `clientID` string
- `strategy` string
- `sort` string

## Response `200`

Success

- Connection[]
  - `clientID` string — Connection clientID
  - `clientSecret` string — Connection clientSecret
  - `name` string — Connection name
  - `label` string — Connection label
  - `description` string — Connection description
  - `redirectUrl` string[] — A list of allowed redirect URLs
  - `defaultRedirectUrl` string — The redirect URL to use in the IdP login flow
  - `tenant` string — Connection tenant
  - `product` string — Connection product
  - `idpMetadata` object — SAML IdP metadata
  - `oidcProvider` object — OIDC IdP metadata
  - `deactivated` boolean — Connection status
  - `sortOrder` number — Connection sort order
  - `acsUrlOverride` string — Override the global ACS URL on a per connection basis
  - `samlAudienceOverride` string — Override the global SAML Audience on a per connection basis

## Other responses

- `400` — Please provide a `product`.
- `401` — Unauthorized

---

[API](https://skmtc.net/ory/apis/enterprise-sso-directory-sync.md) · [All operations](https://skmtc.net/ory/apis/enterprise-sso-directory-sync/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/enterprise-sso-directory-sync/versions/d92c991ace28/schema)
