'Angular with MSAL V2.0 - Session is active after password changed
I am using @azure/msal-angular for Azure AD authentication in angular SPA. My backend is .Net 5 API. I followed below document to implement AD authentication.
https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-angular-auth-code
I logged in to the application after successful authentication against Azure AD. I kept this app and I changed my password from Azure portal. Then I came back to my app and I am able to access all functionalities without relogin.
Could anyone guide me whether there is any way to redirect angular app to login screen to force user to provide credentials when the password is updated in Azure portal ? Or is there any way to handle this in API side (.Net 5) ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
