Plugins

Create a OpenidConnect plugin

Create a OpenidConnect plugin

post/v2/control-planes/{controlPlaneId}/core-entities/plugins#OpenidConnect

Request body

conditionstring nullable

An expression used for conditional control over plugin execution. If the expression evaluates to true during the request flow, the plugin is executed; otherwise, it is skipped.

created_atinteger nullable

Unix epoch when the resource was created.

enabledboolean nullable

Whether the plugin is applied.

idstring nullable

A string representing a UUID (universally unique identifier).

instance_namestring nullable

A unique string representing a UTF-8 encoded name.

name'openid-connect' required

The name of the Plugin that's going to be added. Currently, the Plugin must be installed in every Kong instance separately.

tagsstring[] nullable

An optional set of strings associated with the Plugin for grouping and filtering.

updated_atinteger nullable

Unix epoch when the resource was last updated.

protocolsstring[]

A list of the request protocols that will trigger this plugin. The default value, as well as the possible values allowed on this field, may change depending on the plugin type. For example, plugins that only work in stream mode will only support tcp and tls.

Response

Created OpenidConnect plugin

conditionstring nullable

An expression used for conditional control over plugin execution. If the expression evaluates to true during the request flow, the plugin is executed; otherwise, it is skipped.

created_atinteger nullable

Unix epoch when the resource was created.

enabledboolean nullable

Whether the plugin is applied.

idstring nullable

A string representing a UUID (universally unique identifier).

instance_namestring nullable

A unique string representing a UTF-8 encoded name.

name'openid-connect' required

The name of the Plugin that's going to be added. Currently, the Plugin must be installed in every Kong instance separately.

tagsstring[] nullable

An optional set of strings associated with the Plugin for grouping and filtering.

updated_atinteger nullable

Unix epoch when the resource was last updated.

protocolsstring[]

A list of the request protocols that will trigger this plugin. The default value, as well as the possible values allowed on this field, may change depending on the plugin type. For example, plugins that only work in stream mode will only support tcp and tls.

Changes

Changed in 18 of the 52 revisions of this API.19432526

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/bearer_token_header_name

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_items

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/principals

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/proof_of_possession_mtls_from_header

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/jwks_uri

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/verify_signature

      new-optional-request-property

    • added the optional property allOf[OpenidConnectPluginConfig]/config/bearer_token_header_name to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/cluster_cache_items to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/principals to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/proof_of_possession_mtls_from_header to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/jwks_uri to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/token_exchange/subject_token_issuers/items/verify_signature to the response with the 201 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4a39c7f8550944See the full diff
    • the allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/port request property type/format changed from integer/ to string/

      request-property-type-changed

    • the allOf[OpenidConnectPluginConfig]/config/redis/port request property type/format changed from integer/ to string/

      request-property-type-changed

    • the allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/port response's property type/format changed from integer/ to string/ for status 201

      response-property-type-changed

    • the allOf[OpenidConnectPluginConfig]/config/redis/port response's property type/format changed from integer/ to string/ for status 201

      response-property-type-changed

    • the port request property default value changed from 6379 to 6379

      request-property-default-value-changed

    • the port request property default value changed from 6379 to 6379

      request-property-default-value-changed

    • the port response's property default value changed from 6379 to 6379 for the status 201

      response-property-default-value-changed

    • the port response's property default value changed from 6379 to 6379 for the status 201

      response-property-default-value-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 62c54f1094bb21See the full diff
    • the request property allOf[OpenidConnectPluginConfig]/config/consumer_claim became not nullable

      request-property-became-not-nullable

    • the request property allOf[PluginBase]/partials/items/path became required

      request-property-became-required

    • the response property allOf[PluginBase]/partials/items/path became required for the status 201

      response-property-became-required

  • 7d6a643707d9214See the full diff
    • added the new ws enum value to the allOf[OpenidConnectPluginConfig]/protocols/items/ response property for the response status 201

      response-property-enum-value-added

    • added the new wss enum value to the allOf[OpenidConnectPluginConfig]/protocols/items/ response property for the response status 201

      response-property-enum-value-added

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/consumer_claims

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/downstream_headers

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/jwks_endpoint

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/token_exchange

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/upstream_headers

      new-optional-request-property

    • added the new optional request property allOf[PluginBase]/condition

      new-optional-request-property

    • added the new ws enum value to the request property allOf[OpenidConnectPluginConfig]/protocols/items/

      request-property-enum-value-added

    • added the new wss enum value to the request property allOf[OpenidConnectPluginConfig]/protocols/items/

      request-property-enum-value-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/consumer_claims to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/downstream_headers to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/jwks_endpoint to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/token_exchange to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/upstream_headers to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[PluginBase]/condition to the response with the 201 status

      response-optional-property-added

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/cloud_authentication

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/redis/cloud_authentication

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/session_memcached_ssl

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/session_memcached_ssl_verify

      new-optional-request-property

    • added the optional property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/cloud_authentication to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/redis/cloud_authentication to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/session_memcached_ssl to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/session_memcached_ssl_verify to the response with the 201 status

      response-optional-property-added

  • 19e869275e2826See the full diff
    • the allOf[OpenidConnectPluginConfig]/name request property type/format changed from string/ to /

      request-property-type-changed

    • the allOf[OpenidConnectPluginConfig]/name response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/consumer_groups_claim

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/consumer_groups_optional

      new-optional-request-property

    • added the new optional request property allOf[OpenidConnectPluginConfig]/config/session_bind

      new-optional-request-property

    • added the optional property allOf[OpenidConnectPluginConfig]/config/consumer_groups_claim to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/consumer_groups_optional to the response with the 201 status

      response-optional-property-added

    • added the optional property allOf[OpenidConnectPluginConfig]/config/session_bind to the response with the 201 status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request property allOf[PluginBase]/partials/items/name became not nullable

      request-property-became-not-nullable

    • the request property allOf[PluginBase]/partials/items/path became not nullable

      request-property-became-not-nullable

    • the allOf[PluginBase]/id request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the allOf[PluginBase]/name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the allOf[PluginBase]/partials/items/id request property's minLength was increased from 0 to 1

      request-property-min-length-increased

  • 96118a9cd7f4162418See the full diff
    • the response property allOf[OpenidConnectPluginConfig]/config/anonymous became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/audience became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/audience_required became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authenticated_groups_claim became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_cookie_domain became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_cookie_secure became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/bearer_token_cookie_name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cache_ttl_max became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cache_ttl_min became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cache_ttl_neg became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cache_ttl_resurrect became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/claims_forbidden became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_alg became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_auth became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_id became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/alg became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/crv became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/d became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/dp became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/dq became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/e became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/issuer became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/k became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/key_ops became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/kid became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/kty became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/n became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/oth became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/p became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/q became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/qi became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/r became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/t became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/use became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5c became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5t became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5t#S256 became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5u became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/y became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/client_secret became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/cluster_nodes became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/keepalive_backlog became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/password became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_master became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_nodes became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_password became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_username became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/server_name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/username became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/consumer_claim became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/disable_session became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/discovery_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/discovery_headers_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/domains became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_access_token_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_access_token_jwk_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_headers_claims became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_id_token_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_id_token_jwk_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_introspection_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_introspection_jwt_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_refresh_token_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_session_id_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_user_info_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/downstream_user_info_jwt_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/end_session_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/extra_jwks_uris became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/forbidden_redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/groups_required became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/http_proxy became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/http_proxy_authorization became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/https_proxy became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/https_proxy_authorization became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/id_token_param_name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_headers_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_headers_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_client_headers became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/issuers_allowed became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/jwt_session_cookie became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/login_redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/logout_post_arg became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/logout_query_arg became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/logout_redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/logout_uri_suffix became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/max_age became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/mtls_introspection_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/mtls_revocation_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/mtls_token_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/no_proxy became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/pushed_authorization_request_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/cluster_nodes became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/keepalive_backlog became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/password became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/prefix became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_master became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_nodes became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_password became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_username became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/server_name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/socket became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/redis/username became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/refresh_token_param_name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/require_proof_key_for_code_exchange became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/require_pushed_authorization_requests became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/require_signed_request_object became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/revocation_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/roles_required became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/scopes_required became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_cookie_domain became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_cookie_secure became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_memcached_prefix became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_memcached_socket became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_request_headers became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_response_headers became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/session_secret became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/tls_client_auth_cert_id became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_exchange_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_grants became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_prefix became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_replay became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_headers_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_post_args_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_post_args_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/token_post_args_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/unauthorized_redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/unexpected_redirect_uri became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_access_token_jwk_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_headers_claims became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_id_token_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_id_token_jwk_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_introspection_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_introspection_jwt_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_refresh_token_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_session_id_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_user_info_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/upstream_user_info_jwt_header became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_endpoint became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_client became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_names became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_values became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[PluginBase]/partials/items/name became nullable for the status 201

      response-property-became-nullable

    • the response property allOf[PluginBase]/partials/items/path became nullable for the status 201

      response-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/anonymous became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/audience became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/audience_required became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authenticated_groups_claim became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_cookie_domain became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_cookie_secure became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/authorization_query_args_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/bearer_token_cookie_name became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cache_ttl_max became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cache_ttl_min became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cache_ttl_neg became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cache_ttl_resurrect became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/claims_forbidden became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_alg became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_auth became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_id became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/alg became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/crv became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/d became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/dp became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/dq became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/e became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/issuer became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/k became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/key_ops became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/kid became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/kty became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/n became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/oth became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/p became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/q became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/qi became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/r became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/t became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/use became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5c became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5t became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5t#S256 became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/x5u became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_jwk/items/y became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/client_secret became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/cluster_nodes became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/keepalive_backlog became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/password became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_master became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_nodes became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_password became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/sentinel_username became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/server_name became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/cluster_cache_redis/username became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/consumer_claim became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/disable_session became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/discovery_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/discovery_headers_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/domains became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_access_token_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_access_token_jwk_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_headers_claims became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_id_token_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_id_token_jwk_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_introspection_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_introspection_jwt_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_refresh_token_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_session_id_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_user_info_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/downstream_user_info_jwt_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/end_session_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/extra_jwks_uris became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/forbidden_redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/groups_required became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/http_proxy became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/http_proxy_authorization became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/https_proxy became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/https_proxy_authorization became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/id_token_param_name became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_headers_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_headers_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_client_headers became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/introspection_post_args_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/issuers_allowed became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/jwt_session_cookie became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/login_redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/logout_post_arg became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/logout_query_arg became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/logout_redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/logout_uri_suffix became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/max_age became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/mtls_introspection_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/mtls_revocation_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/mtls_token_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/no_proxy became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/pushed_authorization_request_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/cluster_nodes became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/keepalive_backlog became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/password became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/prefix became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_master became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_nodes became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_password became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/sentinel_username became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/server_name became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/socket became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/redis/username became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/refresh_token_param_name became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/require_proof_key_for_code_exchange became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/require_pushed_authorization_requests became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/require_signed_request_object became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/revocation_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/roles_required became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/scopes_required became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_cookie_domain became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_cookie_secure became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_memcached_prefix became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_memcached_socket became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_request_headers became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_response_headers became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/session_secret became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/tls_client_auth_cert_id became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_exchange_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_grants became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_prefix became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_replay became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_headers_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_post_args_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_post_args_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/token_post_args_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/unauthorized_redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/unexpected_redirect_uri became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_access_token_jwk_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_headers_claims became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_id_token_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_id_token_jwk_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_introspection_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_introspection_jwt_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_refresh_token_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_session_id_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_user_info_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/upstream_user_info_jwt_header became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_endpoint became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_headers_values became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_client became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_names became nullable

      request-property-became-nullable

    • the request property allOf[OpenidConnectPluginConfig]/config/userinfo_query_args_values became nullable

      request-property-became-nullable

    • the request property allOf[PluginBase]/partials/items/name became nullable

      request-property-became-nullable

    • the request property allOf[PluginBase]/partials/items/path became nullable

      request-property-became-nullable

    • the audience_claim request property default value aud was added

      request-property-default-value-added

    • the auth_methods request property default value authorization_code bearer client_credentials introspection kong_oauth2 password refresh_token session userinfo was added

      request-property-default-value-added

    • the authorization_cookie_http_only request property default value true was added

      request-property-default-value-added

    • the authorization_cookie_name request property default value authorization was added

      request-property-default-value-added

    • the authorization_cookie_path request property default value / was added

      request-property-default-value-added

    • the authorization_cookie_same_site request property default value Default was added

      request-property-default-value-added

    • the authorization_rolling_timeout request property default value 600 was added

      request-property-default-value-added

    • the bearer_token_param_type request property default value body header query was added

      request-property-default-value-added

    • the by_username_ignore_case request property default value false was added

      request-property-default-value-added

    • the cache_introspection request property default value true was added

      request-property-default-value-added

    • the cache_token_exchange request property default value true was added

      request-property-default-value-added

    • the cache_tokens request property default value true was added

      request-property-default-value-added

    • the cache_ttl request property default value 3600 was added

      request-property-default-value-added

    • the cache_user_info request property default value true was added

      request-property-default-value-added

    • the client_arg request property default value client_id was added

      request-property-default-value-added

    • the client_credentials_param_type request property default value body header query was added

      request-property-default-value-added

    • the cluster_cache_strategy request property default value off was added

      request-property-default-value-added

    • the cluster_max_redirections request property default value 5 was added

      request-property-default-value-added

    • the cluster_max_redirections request property default value 5 was added

      request-property-default-value-added

    • the connect_timeout request property default value 2000 was added

      request-property-default-value-added

    • the connect_timeout request property default value 2000 was added

      request-property-default-value-added

    • the connection_is_proxied request property default value false was added

      request-property-default-value-added

    • the connection_is_proxied request property default value false was added

      request-property-default-value-added

    • the consumer_by request property default value custom_id username was added

      request-property-default-value-added

    • the consumer_optional request property default value false was added

      request-property-default-value-added

    • the credential_claim request property default value sub was added

      request-property-default-value-added

    • the database request property default value 0 was added

      request-property-default-value-added

    • the database request property default value 0 was added

      request-property-default-value-added

    • the display_errors request property default value false was added

      request-property-default-value-added

    • the dpop_proof_lifetime request property default value 300 was added

      request-property-default-value-added

    • the dpop_use_nonce request property default value false was added

      request-property-default-value-added

    • the enable_hs_signatures request property default value false was added

      request-property-default-value-added

    • the enabled request property default value true was added

      request-property-default-value-added

    • the expose_error_code request property default value true was added

      request-property-default-value-added

    • the forbidden_destroy_session request property default value true was added

      request-property-default-value-added

    • the forbidden_error_message request property default value Forbidden was added

      request-property-default-value-added

    • the groups_claim request property default value groups was added

      request-property-default-value-added

    • the hide_credentials request property default value false was added

      request-property-default-value-added

    • the host request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the host request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the host request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the host request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the id_token_param_type request property default value body header query was added

      request-property-default-value-added

    • the ignore_signature request property default value was added

      request-property-default-value-added

    • the introspect_jwt_tokens request property default value false was added

      request-property-default-value-added

    • the introspection_accept request property default value application/json was added

      request-property-default-value-added

    • the introspection_check_active request property default value true was added

      request-property-default-value-added

    • the introspection_hint request property default value access_token was added

      request-property-default-value-added

    • the introspection_token_param_name request property default value token was added

      request-property-default-value-added

    • the ip request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the ip request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the jwt_session_claim request property default value sid was added

      request-property-default-value-added

    • the keepalive request property default value true was added

      request-property-default-value-added

    • the keepalive_pool_size request property default value 256 was added

      request-property-default-value-added

    • the keepalive_pool_size request property default value 256 was added

      request-property-default-value-added

    • the leeway request property default value 0 was added

      request-property-default-value-added

    • the login_action request property default value upstream was added

      request-property-default-value-added

    • the login_methods request property default value authorization_code was added

      request-property-default-value-added

    • the login_redirect_mode request property default value fragment was added

      request-property-default-value-added

    • the login_tokens request property default value id_token was added

      request-property-default-value-added

    • the logout_methods request property default value DELETE POST was added

      request-property-default-value-added

    • the logout_revoke request property default value false was added

      request-property-default-value-added

    • the logout_revoke_access_token request property default value true was added

      request-property-default-value-added

    • the logout_revoke_refresh_token request property default value true was added

      request-property-default-value-added

    • the password_param_type request property default value body header query was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the port request property default value 6379 was added

      request-property-default-value-added

    • the preserve_query_args request property default value false was added

      request-property-default-value-added

    • the proof_of_possession_auth_methods_validation request property default value true was added

      request-property-default-value-added

    • the proof_of_possession_dpop request property default value off was added

      request-property-default-value-added

    • the proof_of_possession_mtls request property default value off was added

      request-property-default-value-added

    • the protocols request property default value grpc grpcs http https was added

      request-property-default-value-added

    • the read_timeout request property default value 2000 was added

      request-property-default-value-added

    • the read_timeout request property default value 2000 was added

      request-property-default-value-added

    • the rediscovery_lifetime request property default value 30 was added

      request-property-default-value-added

    • the refresh_token_param_type request property default value body header query was added

      request-property-default-value-added

    • the refresh_tokens request property default value true was added

      request-property-default-value-added

    • the resolve_distributed_claims request property default value false was added

      request-property-default-value-added

    • the response_mode request property default value query was added

      request-property-default-value-added

    • the response_type request property default value code was added

      request-property-default-value-added

    • the reverify request property default value false was added

      request-property-default-value-added

    • the revocation_token_param_name request property default value token was added

      request-property-default-value-added

    • the roles_claim request property default value roles was added

      request-property-default-value-added

    • the run_on_preflight request property default value true was added

      request-property-default-value-added

    • the scopes_claim request property default value scope was added

      request-property-default-value-added

    • the search_user_info request property default value false was added

      request-property-default-value-added

    • the send_timeout request property default value 2000 was added

      request-property-default-value-added

    • the send_timeout request property default value 2000 was added

      request-property-default-value-added

    • the session_absolute_timeout request property default value 86400 was added

      request-property-default-value-added

    • the session_audience request property default value default was added

      request-property-default-value-added

    • the session_cookie_http_only request property default value true was added

      request-property-default-value-added

    • the session_cookie_name request property default value session was added

      request-property-default-value-added

    • the session_cookie_path request property default value / was added

      request-property-default-value-added

    • the session_cookie_same_site request property default value Lax was added

      request-property-default-value-added

    • the session_enforce_same_subject request property default value false was added

      request-property-default-value-added

    • the session_hash_storage_key request property default value false was added

      request-property-default-value-added

    • the session_hash_subject request property default value false was added

      request-property-default-value-added

    • the session_idling_timeout request property default value 900 was added

      request-property-default-value-added

    • the session_memcached_host request property default value 127.0.0.1 was added

      request-property-default-value-added

    • the session_memcached_port request property default value 11211 was added

      request-property-default-value-added

    • the session_remember request property default value false was added

      request-property-default-value-added

    • the session_remember_absolute_timeout request property default value 2592000 was added

      request-property-default-value-added

    • the session_remember_cookie_name request property default value remember was added

      request-property-default-value-added

    • the session_remember_rolling_timeout request property default value 604800 was added

      request-property-default-value-added

    • the session_rolling_timeout request property default value 3600 was added

      request-property-default-value-added

    • the session_storage request property default value cookie was added

      request-property-default-value-added

    • the session_store_metadata request property default value false was added

      request-property-default-value-added

    • the ssl request property default value false was added

      request-property-default-value-added

    • the ssl request property default value false was added

      request-property-default-value-added

    • the ssl_verify request property default value false was added

      request-property-default-value-added

    • the ssl_verify request property default value false was added

      request-property-default-value-added

    • the ssl_verify request property default value false was added

      request-property-default-value-added

    • the timeout request property default value 10000 was added

      request-property-default-value-added

    • the tls_client_auth_ssl_verify request property default value true was added

      request-property-default-value-added

    • the token_cache_key_include_scope request property default value false was added

      request-property-default-value-added

    • the unauthorized_destroy_session request property default value true was added

      request-property-default-value-added

    • the unauthorized_error_message request property default value Unauthorized was added

      request-property-default-value-added

    • the upstream_access_token_header request property default value authorization:bearer was added

      request-property-default-value-added

    • the userinfo_accept request property default value application/json was added

      request-property-default-value-added

    • the using_pseudo_issuer request property default value false was added

      request-property-default-value-added

    • the verify_claims request property default value true was added

      request-property-default-value-added

    • the verify_nonce request property default value true was added

      request-property-default-value-added

    • the verify_parameters request property default value false was added

      request-property-default-value-added

    • the verify_signature request property default value true was added

      request-property-default-value-added

    • the audience_claim response's property default value aud was added for the status 201

      response-property-default-value-added

    • the auth_methods response's property default value authorization_code bearer client_credentials introspection kong_oauth2 password refresh_token session userinfo was added for the status 201

      response-property-default-value-added

    • the authorization_cookie_http_only response's property default value true was added for the status 201

      response-property-default-value-added

    • the authorization_cookie_name response's property default value authorization was added for the status 201

      response-property-default-value-added

    • the authorization_cookie_path response's property default value / was added for the status 201

      response-property-default-value-added

    • the authorization_cookie_same_site response's property default value Default was added for the status 201

      response-property-default-value-added

    • the authorization_rolling_timeout response's property default value 600 was added for the status 201

      response-property-default-value-added

    • the bearer_token_param_type response's property default value body header query was added for the status 201

      response-property-default-value-added

    • the by_username_ignore_case response's property default value false was added for the status 201

      response-property-default-value-added

    • the cache_introspection response's property default value true was added for the status 201

      response-property-default-value-added

    • the cache_token_exchange response's property default value true was added for the status 201

      response-property-default-value-added

    • the cache_tokens response's property default value true was added for the status 201

      response-property-default-value-added

    • the cache_ttl response's property default value 3600 was added for the status 201

      response-property-default-value-added

    • the cache_user_info response's property default value true was added for the status 201

      response-property-default-value-added

    • the client_arg response's property default value client_id was added for the status 201

      response-property-default-value-added

    • the client_credentials_param_type response's property default value body header query was added for the status 201

      response-property-default-value-added

    • the cluster_cache_strategy response's property default value off was added for the status 201

      response-property-default-value-added

    • the cluster_max_redirections response's property default value 5 was added for the status 201

      response-property-default-value-added

    • the cluster_max_redirections response's property default value 5 was added for the status 201

      response-property-default-value-added

    • the connect_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the connect_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the connection_is_proxied response's property default value false was added for the status 201

      response-property-default-value-added

    • the connection_is_proxied response's property default value false was added for the status 201

      response-property-default-value-added

    • the consumer_by response's property default value custom_id username was added for the status 201

      response-property-default-value-added

    • the consumer_optional response's property default value false was added for the status 201

      response-property-default-value-added

    • the credential_claim response's property default value sub was added for the status 201

      response-property-default-value-added

    • the database response's property default value 0 was added for the status 201

      response-property-default-value-added

    • the database response's property default value 0 was added for the status 201

      response-property-default-value-added

    • the display_errors response's property default value false was added for the status 201

      response-property-default-value-added

    • the dpop_proof_lifetime response's property default value 300 was added for the status 201

      response-property-default-value-added

    • the dpop_use_nonce response's property default value false was added for the status 201

      response-property-default-value-added

    • the enable_hs_signatures response's property default value false was added for the status 201

      response-property-default-value-added

    • the enabled response's property default value true was added for the status 201

      response-property-default-value-added

    • the expose_error_code response's property default value true was added for the status 201

      response-property-default-value-added

    • the forbidden_destroy_session response's property default value true was added for the status 201

      response-property-default-value-added

    • the forbidden_error_message response's property default value Forbidden was added for the status 201

      response-property-default-value-added

    • the groups_claim response's property default value groups was added for the status 201

      response-property-default-value-added

    • the hide_credentials response's property default value false was added for the status 201

      response-property-default-value-added

    • the host response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the host response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the host response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the host response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the id_token_param_type response's property default value body header query was added for the status 201

      response-property-default-value-added

    • the ignore_signature response's property default value was added for the status 201

      response-property-default-value-added

    • the introspect_jwt_tokens response's property default value false was added for the status 201

      response-property-default-value-added

    • the introspection_accept response's property default value application/json was added for the status 201

      response-property-default-value-added

    • the introspection_check_active response's property default value true was added for the status 201

      response-property-default-value-added

    • the introspection_hint response's property default value access_token was added for the status 201

      response-property-default-value-added

    • the introspection_token_param_name response's property default value token was added for the status 201

      response-property-default-value-added

    • the ip response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the ip response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the jwt_session_claim response's property default value sid was added for the status 201

      response-property-default-value-added

    • the keepalive response's property default value true was added for the status 201

      response-property-default-value-added

    • the keepalive_pool_size response's property default value 256 was added for the status 201

      response-property-default-value-added

    • the keepalive_pool_size response's property default value 256 was added for the status 201

      response-property-default-value-added

    • the leeway response's property default value 0 was added for the status 201

      response-property-default-value-added

    • the login_action response's property default value upstream was added for the status 201

      response-property-default-value-added

    • the login_methods response's property default value authorization_code was added for the status 201

      response-property-default-value-added

    • the login_redirect_mode response's property default value fragment was added for the status 201

      response-property-default-value-added

    • the login_tokens response's property default value id_token was added for the status 201

      response-property-default-value-added

    • the logout_methods response's property default value DELETE POST was added for the status 201

      response-property-default-value-added

    • the logout_revoke response's property default value false was added for the status 201

      response-property-default-value-added

    • the logout_revoke_access_token response's property default value true was added for the status 201

      response-property-default-value-added

    • the logout_revoke_refresh_token response's property default value true was added for the status 201

      response-property-default-value-added

    • the password_param_type response's property default value body header query was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the port response's property default value 6379 was added for the status 201

      response-property-default-value-added

    • the preserve_query_args response's property default value false was added for the status 201

      response-property-default-value-added

    • the proof_of_possession_auth_methods_validation response's property default value true was added for the status 201

      response-property-default-value-added

    • the proof_of_possession_dpop response's property default value off was added for the status 201

      response-property-default-value-added

    • the proof_of_possession_mtls response's property default value off was added for the status 201

      response-property-default-value-added

    • the protocols response's property default value grpc grpcs http https was added for the status 201

      response-property-default-value-added

    • the read_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the read_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the rediscovery_lifetime response's property default value 30 was added for the status 201

      response-property-default-value-added

    • the refresh_token_param_type response's property default value body header query was added for the status 201

      response-property-default-value-added

    • the refresh_tokens response's property default value true was added for the status 201

      response-property-default-value-added

    • the resolve_distributed_claims response's property default value false was added for the status 201

      response-property-default-value-added

    • the response_mode response's property default value query was added for the status 201

      response-property-default-value-added

    • the response_type response's property default value code was added for the status 201

      response-property-default-value-added

    • the reverify response's property default value false was added for the status 201

      response-property-default-value-added

    • the revocation_token_param_name response's property default value token was added for the status 201

      response-property-default-value-added

    • the roles_claim response's property default value roles was added for the status 201

      response-property-default-value-added

    • the run_on_preflight response's property default value true was added for the status 201

      response-property-default-value-added

    • the scopes_claim response's property default value scope was added for the status 201

      response-property-default-value-added

    • the search_user_info response's property default value false was added for the status 201

      response-property-default-value-added

    • the send_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the send_timeout response's property default value 2000 was added for the status 201

      response-property-default-value-added

    • the session_absolute_timeout response's property default value 86400 was added for the status 201

      response-property-default-value-added

    • the session_audience response's property default value default was added for the status 201

      response-property-default-value-added

    • the session_cookie_http_only response's property default value true was added for the status 201

      response-property-default-value-added

    • the session_cookie_name response's property default value session was added for the status 201

      response-property-default-value-added

    • the session_cookie_path response's property default value / was added for the status 201

      response-property-default-value-added

    • the session_cookie_same_site response's property default value Lax was added for the status 201

      response-property-default-value-added

    • the session_enforce_same_subject response's property default value false was added for the status 201

      response-property-default-value-added

    • the session_hash_storage_key response's property default value false was added for the status 201

      response-property-default-value-added

    • the session_hash_subject response's property default value false was added for the status 201

      response-property-default-value-added

    • the session_idling_timeout response's property default value 900 was added for the status 201

      response-property-default-value-added

    • the session_memcached_host response's property default value 127.0.0.1 was added for the status 201

      response-property-default-value-added

    • the session_memcached_port response's property default value 11211 was added for the status 201

      response-property-default-value-added

    • the session_remember response's property default value false was added for the status 201

      response-property-default-value-added

    • the session_remember_absolute_timeout response's property default value 2592000 was added for the status 201

      response-property-default-value-added

    • the session_remember_cookie_name response's property default value remember was added for the status 201

      response-property-default-value-added

    • the session_remember_rolling_timeout response's property default value 604800 was added for the status 201

      response-property-default-value-added

    • the session_rolling_timeout response's property default value 3600 was added for the status 201

      response-property-default-value-added

    • the session_storage response's property default value cookie was added for the status 201

      response-property-default-value-added

    • the session_store_metadata response's property default value false was added for the status 201

      response-property-default-value-added

    • the ssl response's property default value false was added for the status 201

      response-property-default-value-added

    • the ssl response's property default value false was added for the status 201

      response-property-default-value-added

    • the ssl_verify response's property default value false was added for the status 201

      response-property-default-value-added

    • the ssl_verify response's property default value false was added for the status 201

      response-property-default-value-added

    • the ssl_verify response's property default value false was added for the status 201

      response-property-default-value-added

    • the timeout response's property default value 10000 was added for the status 201

      response-property-default-value-added

    • the tls_client_auth_ssl_verify response's property default value true was added for the status 201

      response-property-default-value-added

    • the token_cache_key_include_scope response's property default value false was added for the status 201

      response-property-default-value-added

    • the unauthorized_destroy_session response's property default value true was added for the status 201

      response-property-default-value-added

    • the unauthorized_error_message response's property default value Unauthorized was added for the status 201

      response-property-default-value-added

    • the upstream_access_token_header response's property default value authorization:bearer was added for the status 201

      response-property-default-value-added

    • the userinfo_accept response's property default value application/json was added for the status 201

      response-property-default-value-added

    • the using_pseudo_issuer response's property default value false was added for the status 201

      response-property-default-value-added

    • the verify_claims response's property default value true was added for the status 201

      response-property-default-value-added

    • the verify_nonce response's property default value true was added for the status 201

      response-property-default-value-added

    • the verify_parameters response's property default value false was added for the status 201

      response-property-default-value-added

    • the verify_signature response's property default value true was added for the status 201

      response-property-default-value-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 2c77aeaee5fb33See the full diff
    • the request property allOf[OpenidConnectPluginConfig]/config became required

      request-property-became-required

    • the request property allOf[OpenidConnectPluginConfig]/config/issuer became required

      request-property-became-required

    • the response property allOf[PluginBase]/tags became nullable for the status 201

      response-property-became-nullable

    • the request property allOf[PluginBase]/tags became nullable

      request-property-became-nullable

    • the response property allOf[OpenidConnectPluginConfig]/config became required for the status 201

      response-property-became-required

    • the response property allOf[OpenidConnectPluginConfig]/config/issuer became required for the status 201

      response-property-became-required

    • the allOf[OpenidConnectPluginConfig]/protocols request property type/format changed from array/ to array/set

      request-property-type-changed

    • the allOf[OpenidConnectPluginConfig]/protocols response's property type/format changed from array/ to array/set for status 201

      response-property-type-changed