---
title: "Update IdP Configuration"
method: PATCH
path: "/v3/identity-provider"
tags: ["Auth Settings"]
---

# Update IdP Configuration

`PATCH /v3/identity-provider`

Update the IdP configuration.

## Request body

- object
  - `issuer` string, uri
  - `login_path` string
  - `client_id` string
  - `client_secret` string
  - `scopes` string[]
  - `claim_mappings` object
    - `name` string
    - `email` string
    - `groups` string

## Response `200`

A get action response of the IdP configuration.

- IdP — The IdP object contains the configuration data for the OIDC authentication integration. NOTE: The `openid` scope is required. Removing it could break the OIDC integration.
  - `issuer` string, uri
  - `login_path` string
  - `client_id` string
  - `scopes` string[]
  - `claim_mappings` object
    - `name` string
    - `email` string
    - `groups` string

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Unauthorized

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
