manishrasrani / ms-adal-angular6

This is a wrapper library for Angular 6+ (Angular 6.X.X and Angular 7.X.X) modules over Microsoft ADAL (Azure Active Directory Authentication Library)
https://www.npmjs.com/package/microsoft-adal-angular6
MIT License
34 stars 13 forks source link

Issue in Single logout using ms-adal-angular6 #45

Open DeshmukhShrutika opened 3 years ago

DeshmukhShrutika commented 3 years ago

I am using MsAdalAngular6Module library with angular 9, I am using multi tenant application in which I have landing page from which user redirect to another URL, but after logout from URL it is not logout from landing page.

How I can do this?

DeshmukhShrutika commented 3 years ago

Is any one know how to resolve this issue?