cosmocode / dokuwiki-plugin-oauth

Generic oAuth1 and oAuth2 plugin for DokuWiki
http://www.dokuwiki.org/plugin:oauth
30 stars 78 forks source link

Is there a way to add own logout implementation to the service plugin? #114

Closed YoitoFes closed 2 years ago

YoitoFes commented 2 years ago

I'm attempting to implement a oauth service plugin, and looking for a way to add own logout implementation to the plugin.

For example, logout with Keycloak needs to access the logout endpoint URL.

Is there a way to do such a thing?

splitbrain commented 2 years ago

That's currently not supported. Pull Request welcome.