---
title: "Retrieve a list of SSO connections"
method: GET
path: "/sso-connections"
tags: ["sso-connections"]
---

# Retrieve a list of SSO connections

`GET /sso-connections`

Returns a list of all SSO connections.

## Query parameters

- `organization_id` string, required

## Response `200`

- SsoConnections[]
  - `id` string — SSO connection ID.
  - `auth0_connection_id` string — The id of the SSO connection in Auth0.
  - `auth0_connection_name` string — A unique name that identifies the SSO connection.
  - `auth0_certificate` string — The public SSO connection certificate.
  - `auth0_domain_aliases` string[]
  - `auth0_sign_in_endpoint` string — The sign in URL where users are redirected to complete the authentication step.
  - `auth0_sign_out_endpoint` string — The sign out URL where users are redirected after logging out.
  - `auth0_sign_saml_request` boolean — Whether or not SAML request signing is enabled for the SSO connection.
  - `organization_group_id` string — The ID of the organization group.
  - `created_at` string, date-time — Creation date of the SSO connection.
  - `updated_at` string, date-time — Last update date of the SSO connection.

---

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