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 use the plugin openid-connect. To verify the validity of the access_token, this step can work normally. However, I would like to know how to check whether this access_token is still active. Initially, I tried using Keycloak's API token introspection (introspection_endpoint) to check and got the response {"active": "false"} But when I tried to call the request through Apisix, I still found that I could use that access_token to access the resource.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the plugin openid-connect. To verify the validity of the access_token, this step can work normally. However, I would like to know how to check whether this access_token is still active. Initially, I tried using Keycloak's API token introspection (introspection_endpoint) to check and got the response
{"active": "false"}
But when I tried to call the request through Apisix, I still found that I could use that access_token to access the resource.openid-connect configuration
Beta Was this translation helpful? Give feedback.
All reactions