Open
Description
Core Library
MSAL.js v2 (@azure/msal-browser)
Wrapper Library
MSAL React (@azure/msal-react)
Public or Confidential Client?
Public
Description
We have a number of applications hosted in the same origin, each with it own app registration. The issue we are finding is, whenever the user logs out of one application, all the other applications are also effected.
At present, the logout process remove all cache entries matching the accountId. It does not take into consideration the ClientID.
It would be nice to be able to scope the logout to a particular Client ID.
Source
External (Customer)