---
title: "Get SAML IdP configuration values"
method: GET
path: "/auth/sso/connections/saml-configs"
tags: ["SSO Connections"]
---

# Get SAML IdP configuration values

`GET /auth/sso/connections/saml-configs`

Retrieve configuration values required to connect supported SAML identity providers for the active merchant.

## Response `200`

Success.

- object[] — Array of predefined SAML Identity Provider (IdP) connection configuration templates (AudienceURI, CallbackURL) used to bootstrap merchant SSO setup.
  - `Name` string, required — Provider key configured for the SAML connection.
  - `DisplayName` string, required — Human-readable label shown to end users.
  - `AudienceURI` string, uri, required — Audience URI that must be configured in the identity provider.
  - `CallbackURL` string, uri, required — Callback URL to register in the identity provider for SAML assertions.

## Other responses

- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `406` — Not Acceptable.
- `415` — Unsupported Media Type.
- `429` — Too Many Requests.
- `500` — Internal Server Error.

---

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