Am using MsAdalAngular6Service in My Angular 6 application. Issue is when we open the application in multiple tables, Then If I log out in tab , the user needs to be logged out in all other tabs as well.Currently use is being logged out only in one tab.
In my Log out Am calling msdal.logout().
Thanks for the help.