---
title: "POST /idps"
method: POST
path: "/idps"
tags: ["Auth"]
---

# POST /idps

`POST /idps`

## Request body

- AuthIDPCreate
  - `name` string, nullable
  - `external_id` string, nullable
  - `description` string, nullable
  - `type` 'system' | 'saml' | 'openid', required
  - `settings` AuthIDPSettings
    - `entity_id` string
    - `sso` AuthURLObject
      - `url` string, uri, required
      - `binding` string
    - `slo` AuthURLObject
      - `url` string, uri, required
      - `binding` string
    - `x509cert` string
    - `user` AuthIDPUserSettings
      - `attributes` AuthIDPUserAttributeSettings
        - `external_id` string
        - `email` string
        - `name` string
      - `notice` string, nullable
    - `group` AuthIDPGroupSettings
      - `attributes` AuthIDPGroupAttributeSettings
        - `external_id` string
      - `auto` boolean

## Response `201`

- AuthIDPCreate
  - `name` string, nullable
  - `external_id` string, nullable
  - `description` string, nullable
  - `type` 'system' | 'saml' | 'openid', required
  - `settings` AuthIDPSettings
    - `entity_id` string
    - `sso` AuthURLObject
      - `url` string, uri, required
      - `binding` string
    - `slo` AuthURLObject
      - `url` string, uri, required
      - `binding` string
    - `x509cert` string
    - `user` AuthIDPUserSettings
      - `attributes` AuthIDPUserAttributeSettings
        - `external_id` string
        - `email` string
        - `name` string
      - `notice` string, nullable
    - `group` AuthIDPGroupSettings
      - `attributes` AuthIDPGroupAttributeSettings
        - `external_id` string
      - `auto` boolean

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/54fef191d46c/schema)
