---
title: "List SAML Connections"
method: GET
path: "/v1/saml-connections"
tags: ["BackendService"]
---

# List SAML Connections

`GET /v1/saml-connections`

List SAML Connections.

## Query parameters

- `organizationId` string
- `pageToken` string

## Response `200`

OK

- ListSAMLConnectionsResponse
  - `samlConnections` SAMLConnection[] — A list of SAML Connections.
    - `id` string — The SAML Connection ID. Starts with `saml_connection_...`.
    - `organizationId` string — The Organization this SAML Connection belongs to.
    - `createTime` string, date-time — When the SAML Connection was created.
    - `updateTime` string, date-time — When the SAML Connection was last updated.
    - `primary` boolean — Whether this is the primary SAML Connection for the Organization.
    - `spAcsUrl` string — The Service Provider Assertion Consumer Service (ACS) URL.
    - `spEntityId` string — The Service Provider Entity ID.
    - `idpRedirectUrl` string — The Identity Provider Redirect URL.
    - `idpX509Certificate` string — The Identity Provider certificate, in PEM-encoded X.509 format. Starts with `----BEGIN CERTIFICATE----`.
    - `idpEntityId` string — The Identity Provider Entity ID.
  - `nextPageToken` string — The pagination token for the next page of results. Empty if there is no next page.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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