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

## Changes

> 75 revisions in range; 5 could not be searched.

- **2025-10-30** `845120e19d45` — 5 breaking
  - the request property `claim_mappings` became not nullable
  - the request property `client_id` became not nullable
  - the request property `client_secret` became not nullable
  - the request property `issuer` became not nullable
  - …1 more
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 13 breaking, 14 info
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …23 more
- …earlier changes not shown

[Full history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v3/identity-provider/patch.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
