You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to validate introspection cache, I have Kong OIDC plugin with Keycloak.
To test this scenario I have authenticated a user and made some api call, after that I stoped my Keycloak server for sometime and Kong started giving me 401 response. It look like plugin is calling introspection endpoint each time and not storing Authenticated token in cache.
Is there any special configuration option? which may be I missed to enabled it.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
Hi
I was trying to validate introspection cache, I have Kong OIDC plugin with Keycloak.
To test this scenario I have authenticated a user and made some api call, after that I stoped my Keycloak server for sometime and Kong started giving me 401 response. It look like plugin is calling introspection endpoint each time and not storing Authenticated token in cache.
Is there any special configuration option? which may be I missed to enabled it.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: