---
title: "PUT /idps/{idp_id}"
method: PUT
path: "/idps/{idp_id}"
tags: ["Auth"]
---

# PUT /idps/{idp_id}

`PUT /idps/{idp_id}`

## Path parameters

- `idp_id` string, required

## Request body

- AuthIDPUpdate
  - `name` string, nullable
  - `external_id` string, nullable
  - `description` string, nullable
  - `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 `200`

- AuthIDPUpdate
  - `name` string, nullable
  - `external_id` string, nullable
  - `description` string, nullable
  - `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)
