I'm working with kong-oidc
plugin using keycloack
(https://github.com/nokia/kong-oidc) as authentication provider.
The configuration works as expected, (i use konga
as interface). The login procedure is fine.
Now i need to logout but i don't understand how to reach the logout
endpoint.
How can i logout from the application ?
After some test, i found a solution and it was simplier than expected.
With my oidc configuration, i just needed to add a route logout
to to the service that uses the plugin.
This issue discussion clarify some aspects https://github.com/nokia/kong-oidc/issues/30#issuecomment-487464297