nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
455 stars 320 forks source link

Correlation IDs in introspect flow #212

Open bhedia opened 1 year ago

bhedia commented 1 year ago

Hello,

Is it possible to configure the OIDC plugin to forward a correlation ID to the OIDC provider from Kong (from the incoming request) in the introspect flow?

That way, if there is a failure in the introspection, internal engineers can use the correlation ID to track where the request failed, and why.

bhedia commented 1 year ago

Added a PR for this functionality: https://github.com/nokia/kong-oidc/pull/214