quantranhong1999 opened a new issue, #9227: URL: https://github.com/apache/apisix/issues/9227
### Description Hi APISIX community, I am new to Apache APISIX and studying it, especially the log-out case with an OIDC provider and the `openid-connect` plugin. I can see that the `openid-connect` plugin does caching for token introspection results. However, I do not see any configuration or docs mentioning revoking the cached token (especially helpful for the logout case). Looking at the [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc) which our `openid-connect` plugin is based on, I can see it supports revoke token as well as a configuration for it called `revoke_tokens_on_logout`. However, again, I do not see it explicitly declared in our `openid-connect` plugin. So, does revoking token on logout work out of the box with our `openid-connect` plugin? Do we need to add the configuration to [plugin code schema](https://github.com/apache/apisix/blob/master/apisix/plugins/openid-connect.lua#L30) to make it work? If yes, please guide me on contributing this :-) Cheers. ### Environment Not especially, studying the latest Apache APISIX 3.2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
