---
title: "GET /sso/config"
method: GET
path: "/sso/config"
tags: ["sso"]
---

# GET /sso/config

`GET /sso/config`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- SsoConfigModelGet
  - `extra` ExtraModel
    - `entity_id` string — your entity id
    - `specification_url` string — Federation metadata document
  - `id` string, required
  - `provider` string, required — usually your company name, only used for visualisation: log in as <provider> employee
  - `type` 'saml' — Type of SSO integration, for now only SAML is supported
  - `url` string — SAML-P sign-on endpoint

---

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