Logout Issue with Back Channel Logout in ASP.NET Applications

Hello Team,

I am currently experiencing an issue with logging out from two applications using Back Channel Logout.

Details:

When I initiate the logout process, the session is successfully cleared in one app. However, it does not log out from the other application.

Request:

Could anyone provide insights or potential solutions for ensuring that the Back Channel Logout works seamlessly across both applications?

Thank you!

Keycloak can only send a logout token through backchannel logout to your app servers.
You have to make sure, that your apps are implementing the backchannel logout (Final: OpenID Connect Back-Channel Logout 1.0 incorporating errata set 1) properly, otherwise it won’t work.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.