External IDP not Logged Out

Keycloak standard logout fails to logout from external identity provider.

We have configured a Java based application secured by Keycloak and setup an external IDP(OIDC). When logging out of the application, the Keycloak session is terminated; however, the external IDP remains logged in. The user is able to access the application even after logging out of Keycloak session in browser.

Attached IDP configuration settings for reference.

Suggestions would be much appreciated.

Has triggering ‘Backchannel logout’ made a difference?

I was facing a similar issue. You can refer to my stackoverflow question and solution to the logout problem. Kindly let me know if it fixed your issue.

Thanks!

Hi,

I am facing same issue. I am using react application. When I click on logout button keycloak session is end but after refreshing it is creating again.

Thank you for your help!