---
title: "Changes to Get a OpenidConnect plugin"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#OpenidConnect"
---

# Changes to Get a OpenidConnect plugin

`GET /v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#OpenidConnect`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 52 revisions.

- **2026-07-06** `36da5cb9a674` — 6 info
- **2026-06-26** `4a39c7f85509` — 2 breaking, 2 info
- **2026-06-11** `62c54f1094bb` — 1 info
- **2026-04-24** `7d6a643707d9` — 2 warning, 6 info
- **2026-01-13** `ad02b4e24eb2` — 4 info
- **2025-10-29** `19e869275e28` — 1 breaking, 3 info
- **2025-08-22** `96118a9cd7f4` — 162 breaking, 128 info
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 2 info
- **2025-06-17** `c308b7426a7c` — 1 breaking
- **2025-05-21** `69704304ad5f` — 1 info
- **2025-04-15** `fc6abbc537f3` — 4 breaking, 3 info
- **2025-03-05** `ceb048468954` — 2 breaking
- **2025-02-10** `d833d4dbb1fa` — 6 info
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 16 info
- **2024-09-11** `be7c36317ba6` — 14 warning, 5 info

## Changes

- **2026-07-06** `36da5cb9a674` — 6 info
  - 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-06-26** `4a39c7f85509` — 2 breaking, 2 info
  - the `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_redis/port` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - the `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/redis/port` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - the `port` response's property default value changed from `6379` to `6379` for the status `200`
  - the `port` response's property default value changed from `6379` to `6379` for the status `200`
- **2026-06-11** `62c54f1094bb` — 1 info
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `200`
- **2026-04-24** `7d6a643707d9` — 2 warning, 6 info
  - 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 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/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
- **2026-01-13** `ad02b4e24eb2` — 4 info
  - 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/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
- **2025-10-29** `19e869275e28` — 1 breaking, 3 info
  - the `allOf[#/components/schemas/OpenidConnectPluginConfig]/name` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_groups_claim` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/consumer_groups_optional` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_bind` to the response with the `200` status
- **2025-08-22** `96118a9cd7f4` — 162 breaking, 128 info
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/anonymous` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/audience` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/audience_required` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authenticated_groups_claim` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_cookie_domain` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_cookie_secure` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_endpoint` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_query_args_client` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_query_args_names` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/authorization_query_args_values` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/bearer_token_cookie_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cache_ttl_max` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cache_ttl_min` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cache_ttl_neg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cache_ttl_resurrect` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/claims_forbidden` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_alg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_auth` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_id` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/alg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/crv` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/d` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/dp` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/dq` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/e` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/issuer` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/k` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/key_ops` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/kid` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/kty` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/n` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/oth` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/p` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/q` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/qi` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/r` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/t` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/use` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/client_jwk/items/x` became nullable for the status `200`
  - …250 more
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 2 info
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config` became required for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/issuer` became required for the status `200`
- **2025-06-17** `c308b7426a7c` — 1 breaking
  - the `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols` response's property type/format changed from `array`/`` to `array`/`set` for status `200`
- **2025-05-21** `69704304ad5f` — 1 info
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `200` status
- **2025-04-15** `fc6abbc537f3` — 4 breaking, 3 info
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/scopes` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/scopes` became optional for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `200`
  - the `scopes` response's property default value `` was added for the status `200`
- **2025-03-05** `ceb048468954` — 2 breaking
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/route` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/service` became nullable for the status `200`
- **2025-02-10** `d833d4dbb1fa` — 6 info
  - added `#/components/schemas/PluginBase` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/Plugin` from the response body `allOf` list for the response status `200`
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/introspection_post_args_client_headers` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/service` to the response with the `200` status
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 16 info
  - the `allOf[#/components/schemas/Plugin]/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer_group` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/created_at` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/enabled` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/id` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/instance_name` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/ordering` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/service` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/tags` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/updated_at` to the response with the `200` status
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` response property `allOf` list for the response status `200`
  - the response property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/scopes` became required for the status `200`
  - added the required property `allOf[#/components/schemas/Plugin]/config` to the response with the `200` status
  - added the required property `allOf[#/components/schemas/Plugin]/name` to the response with the `200` status
- **2024-09-11** `be7c36317ba6` — 14 warning, 5 info
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_cluster_max_redirections` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_cluster_nodes` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_connect_timeout` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_host` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_password` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_port` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_prefix` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_read_timeout` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_send_timeout` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_server_name` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_socket` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_ssl` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_ssl_verify` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/session_redis_username` from the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/claims_forbidden` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_redis` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/cluster_cache_strategy` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/OpenidConnectPluginConfig]/config/redis` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/allOf[#/components/schemas/PluginWithoutParents]/ordering` to the response with the `200` status

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#OpenidConnect/get.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#OpenidConnect/get)
