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

# Get SSO Connections by product

`GET /api/v1/sso/product`

## Query parameters

- `product` string, required
- `pageOffset` string
- `pageLimit` string
- `pageToken` 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

## Changes

- **2025-03-19** `49165dcc099e` — 1 info
  - added the optional property `items/samlAudienceOverride` to the response with the `200` status
- **2025-03-05** `6391a568431c` — 1 info
  - added the optional property `items/acsUrlOverride` to the response with the `200` status
- **2025-02-05** `f02a45abeffc` — 1 breaking, 2 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `pageToken` from the response with the `200` status
- **2024-12-22** `d49c203898c2` — 1 breaking, 2 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `pageToken` to the response with the `200` status

[Change history](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync/changes/api/v1/sso/product/get.md)

---

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