revomatico / kong-oidc

OIDC plugin for Kong
Apache License 2.0
110 stars 75 forks source link

chore: refactor introspection scope validation #10

Closed ruiengana closed 2 years ago

ruiengana commented 2 years ago

As is, scope validation feature is only available for JWT Bearer tokens. This refactor broadens and enables scope validation feature to both JWT Bearer tokens and Token Introspection outcomes.

cristichiru commented 2 years ago

Very nice, thank you, Rui!