robrotheram / taiga-contrib-openid-auth

Taiga plugin for openid authentication
45 stars 25 forks source link

Logout action not redirected to openid Provider (Keycloak) #48

Open tobiaswenninger opened 5 months ago

tobiaswenninger commented 5 months ago

Instance of taiga with the plugin to use Keycloak as an idp.

Login an user sync works.

Problem: if an user perform an logout, the opid token won't be invalidiate and so the logout only works half. Tiga shows the discover page but ther ist not delegation of the logout to the idp.

Is there a possibility to configure this?