---
title: "POST /sso/login"
method: POST
path: "/sso/login"
tags: ["sso"]
---

# POST /sso/login

`POST /sso/login`

## Request body

- SsoModel
  - `token` string — the access token (JWT for oauth or SAML response)
  - `type` 'oauth' | 'saml' — the type of SSO token

## Response `200`

Success

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/versions/8ce53ebd6bd3/schema)
