Disable keycloak Identity provider logout

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

Just remove the logout url in the idp config settings.

1 Like

Ah, great, for some reason I haven’t find this anywhere, thanks!

1 Like