---
title: "Create SAML Connection"
method: POST
path: "/frontend/v1/saml-connections"
tags: ["FrontendService"]
---

# Create SAML Connection

`POST /frontend/v1/saml-connections`

## Request body

- SAMLConnection
  - `id` string
  - `createTime` string, date-time
  - `updateTime` string, date-time
  - `primary` boolean
  - `spAcsUrl` string
  - `spEntityId` string
  - `idpRedirectUrl` string
  - `idpX509Certificate` string
  - `idpEntityId` string

## Response `200`

OK

- CreateSAMLConnectionResponse
  - `samlConnection` SAMLConnection
    - `id` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `primary` boolean
    - `spAcsUrl` string
    - `spEntityId` string
    - `idpRedirectUrl` string
    - `idpX509Certificate` string
    - `idpEntityId` string

## Other responses

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

---

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