Greetings,
In a current project scenario, we are using a custom security provider to connect to a different identity Provider (in this case KeyCloak) to identify users.
The problem is that when users logout in K2 using the standard interface, we have found no way to forward that logout request to the identity provider to "close the session".
Does any one have any ideas on how we could, using K2, forward the K2 Logout request to the identity provider where we initiated the session theourh the custom security provider?