---
title: "List SSO connections"
method: GET
path: "/authn2/v0/tenant/{enterprise_id}/connection"
tags: ["esper_cloud_api_SSO Connections"]
---

# List SSO connections

`GET /authn2/v0/tenant/{enterprise_id}/connection`

List SSO connections of a tenant. Learn more about <a target="_blank" href="https://help.esper.io/hc/en-us/articles/14266541959569-Introduction-to-User-Authentication">SSO Connections</a>.

## Path parameters

- `enterprise_id` string, uuid, required

## Query parameters

- `is_default` boolean

## Response `200`

Tenant connections

- object
  - `count` integer
  - `connections` EsperCloudApiCustomConnectionsListResponse[]
    - `connection_id` string
    - `connection` EsperCloudApiCustomConnectionList
      - `name` string
      - `strategy` 'samlp' | 'oidc' — Strategy: * `samlp` - SAML connection * `oidc` - OIDC connection
      - `is_default` boolean

## Other responses

- `400` — List custom connections error
- `401` — Unauthorized

---

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