---
title: "Changes to Update a OpenidConnect plugin"
method: PUT
path: "/{workspace}/plugins/{PluginId}#OpenidConnect"
---

# Changes to Update a OpenidConnect plugin

`PUT /{workspace}/plugins/{PluginId}#OpenidConnect`

> Every recorded change to this endpoint, newest first.
> 11 revisions in range; 1 not diffed.

## Timeline

Changed in 4 of 11 revisions.

- **2026-07-06** `28b1f8a59cdc` — 12 info
- **2026-04-24** `9555cbb8b259` — 4 warning, 30 info
- **2025-11-25** `65f3141f1662` — 2 warning, 2 info
- **2025-10-09** `740b73588ef4` — 1 info

## Changes

- **2026-07-06** `28b1f8a59cdc` — 12 info
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/bearer_token_header_name`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_items`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/principals`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/proof_of_possession_mtls_from_header`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/jwks_uri`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/verify_signature`
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/bearer_token_header_name` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_items` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/principals` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/proof_of_possession_mtls_from_header` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/jwks_uri` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/verify_signature` to the response with the `200` status
- **2026-04-24** `9555cbb8b259` — 4 warning, 30 info
  - removed the request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_claim`
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_claim` from the response with the `200` status
  - added the new `ws` enum value to the `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols/items/` response property for the response status `200`
  - added the new `wss` enum value to the `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols/items/` response property for the response status `200`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_redis/cloud_authentication`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_claims`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/downstream_headers`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/jwks_endpoint`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/redis/cloud_authentication`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_memcached_ssl`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_memcached_ssl_verify`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange`
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/upstream_headers`
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/condition`
  - the `hide_credentials` request property default value changed from `false` to `true`
  - the `ssl_verify` request property default value changed from `false` to `true`
  - the `ssl_verify` request property default value changed from `false` to `true`
  - the `ssl_verify` request property default value changed from `false` to `true`
  - added the new `ws` enum value to the request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols/items/`
  - added the new `wss` enum value to the request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols/items/`
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_redis/cloud_authentication` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_claims` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/downstream_headers` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/jwks_endpoint` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/redis/cloud_authentication` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_memcached_ssl` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_memcached_ssl_verify` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/token_exchange` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/upstream_headers` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `200` status
  - the `hide_credentials` response's property default value changed from `false` to `true` for the status `200`
  - the `ssl_verify` response's property default value changed from `false` to `true` for the status `200`
  - the `ssl_verify` response's property default value changed from `false` to `true` for the status `200`
  - the `ssl_verify` response's property default value changed from `false` to `true` for the status `200`
- **2025-11-25** `65f3141f1662` — 2 warning, 2 info
  - removed the request property `name`
  - removed the optional property `name` from the response with the `200` status
  - added the new optional request property `allOf[#/components/schemas/OpenidConnectPluginConfig]/name`
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/name` to the response with the `200` status
- **2025-10-09** `740b73588ef4` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/docs/:workspace/plugins/:PluginId#OpenidConnect/put.md) · [API](https://skmtc.dev/kong/apis/kong-enterprise-admin-api.md) · [Page](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/changes/:workspace/plugins/:PluginId#OpenidConnect/put)
