---
title: "GET /v1/saml-connections"
method: GET
path: "/v1/saml-connections"
tags: ["SSOReadyService"]
---

# GET /v1/saml-connections

`GET /v1/saml-connections`

Lists SAML connections in an organization.

## Query parameters

- `organizationId` string
- `pageToken` string

## Response `200`

OK

- ListSAMLConnectionsResponse
  - `samlConnections` SAMLConnection[] — The list of SAML connections.
    - `id` string — Unique identifier for this SAML connection.
    - `organizationId` string — The organization this SAML connection belongs to.
    - `primary` boolean — Whether this is the primary SAML connection for the organization.
    - `idpRedirectUrl` string — URL to redirect to when initiating SAML flows. IDP redirect URLs are assigned by an Identity Provider, and need to be inputted into SSOReady.
    - `idpCertificate` string — Certificate to authenticate SAML assertions. This is a PEM-encoded X.509 certificate. IDP certificates are assigned by an Identity Provider, and need to be inputted into SSOReady.
    - `idpEntityId` string — Identifier for the identity provider when handling SAML operations. IDP entity IDs are assigned by an Identity Provider, and need to be inputted into SSOReady.
    - `spEntityId` string — Identifier for the SAML connection when handling SAML operations. SP entity IDs are assigned by SSOReady, and need to be inputted into your customer's Identity Provider.
    - `spAcsUrl` string — URL the Identity Provider redirects to when transmitting SAML assertions. Stands for "Service Provider Assertion Consumer Service" URL. SP ACS URLs are assigned by SSOReady, and need to be inputted into your customer's Identity Provider.
  - `nextPageToken` string — Value to use as `pageToken` for the next page of data. Empty if there is no more data.

## Other responses

- `default` — Default error response

## Changes

- **2024-08-16** `132245ed6de0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ssoready/apis/ssoreadyservice-api/changes/v1/saml-connections/get.md)

---

[API](https://skmtc.dev/ssoready/apis/ssoreadyservice-api.md) · [All operations](https://skmtc.dev/ssoready/apis/ssoreadyservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ssoready/ssoreadyservice-api/revisions/0827d713f08e/schema)
