---
title: "Get SAML Connection"
method: GET
path: "/v1/saml-connections/{id}"
tags: ["BackendService"]
---

# Get SAML Connection

`GET /v1/saml-connections/{id}`

Get a SAML Connection.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetSAMLConnectionResponse
  - `samlConnection` SAMLConnection — SAMLConnection represents a SAML configuration for an Organization.
    - `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.

## 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)
