User unauthorized after Azure AD login to different application simultaneously – Asp.net
I have two MVC applications AppA and AppB, and implemented Azure AD authentication for login. I am able to sign-in successfully to both applications. But the issue is, after I login to AppA and then to AppB, after sometime when…