---
title: "This is the POST SAML2 endpoint for SSO integrations using Ease as the identity provider."
method: POST
path: "/v{version}/sso/login/{serviceProviderId}"
tags: ["SAML-SSO-IDP"]
---

# This is the POST SAML2 endpoint for SSO integrations using Ease as the identity provider.

`POST /v{version}/sso/login/{serviceProviderId}`

## Path parameters

- `serviceProviderId` string, required
- `version` string, required

## Request body

- ControllersSamlSsoIdpControllerSamlRequestPayload
  - `saml_request` string
  - `sig_alg` string
  - `signature` string
  - `relay_state` string

## Response `200`

Success

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
