Entra External ID Single Sign Out

Michal Durista 71 Reputation points
2026-02-04T13:39:46.1633333+00:00

Hello,

is it even possible to use front-channel log out for Entra External ID? Multiple people tried this but without success. Here is the problem:

  1. We have 2 SPA apps (react) that use msal library
  2. When I log into app A, I am automatically logged into app B (correct)
  3. When I log out from app A, I want to be logged out from app B
  4. I configured front-channel logout urls in both apps (https://localhosts with their respective ports for now)User's image
  5. From what I understand, now all apps that have the url registered should run hidden iframe with the url.
  6. Doesn't even matter what is in the /signout-oidc endpoint as it is never hit in app B when I am logging out from app A (though I can see a request to app A's /signout-oidc endpoint).

What am I missing? Any other settings I missed?

Thanks

Michal

EDIT:

The endpoint is hit (my mistake) in Firefox, however, clearing localStorage/sessionStorage/caches.. still does not work, I assume there is a problem with third-arty storage? My question still stands however, is it even possible in SPA using front-channel log out?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.