Search code examples
keycloakopenid-connectlogoutkongkonga

Kong-OIDC plugin logout


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 ?

enter image description here


Solution

  • 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

    enter image description here