I have an web app registered in Azure that uses MSAL for Single Sign On. However, It also does Single Sign Out on logout meaning that it will automatically logout the user for other apps that does SSO with the same credentials.
Is there a way so that when the user logs out from my web app, it will only log the user out from the current web app only?
Seem like there is no other options on the docs: https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-sign-in?tabs=angular
1.4m articles
1.4m replys
5 comments
57.0k users