wso2 / product-microgateway

Choreo Connect is a cloud-native, open-source, and developer-centric API gateway.
https://wso2.com/choreo/choreo-connect/
Apache License 2.0
287 stars 246 forks source link

Introduce configuration to enable introspection for all tokens that failed jwt validation #3535

Closed chashikajw closed 4 weeks ago

chashikajw commented 4 weeks ago

Purpose

This will introduce the following configuration to enable introspection for all tokens that failed jwt validation and this will allow introspection without considering the token format. .

[keyManager]
  enableIntrospectForFailedJWT = true

By default this is set to false.

Fixes