Hi,
I have an identity provider, which user can choose to sign in with. I’m using OpendID Connect to integrate the identity provider. When I’m logging out in my frontend app, keycloak tries to log out of the identity provider as well. Is there a way to disable this? So I only want to end the session in keycloak, and keep the user logged in to the identity provider.
Thanks in advance