Kong-OIDC plugin logout

1.3k Views Asked by At

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

1

There are 1 best solutions below

6
On BEST ANSWER

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