Azure AD redirects to wrong location (localhost) after authentication
问题 I have code working in development that authorizes against Azure AD in a multi-tenant setup using the MSAL library (with the Microsoft Angular wrapper for MSAL). This code all works as expected when I am running it against localhost:5001 . My configuration contains a redirectUri for https://localhost:5001 and my application in Azure AD has its "Redirect URI" value set to the same. However, when I move this to production, it is continuing to try to redirect me to localhost:5001 on a successful