I've an Azure Web App, with the following Single Page Application Redirect URIs:
https://dummy-portal.myorg.net/my-app
https://dummy-portal.myorg.net
https://dummy-portal.ppd.myorg.net/my-app
https://dummy-portal.ppd.myorg.net
https://dummy-portal.azure.myorg.net/my-app
https://ppd-dummy-portal.azure.myorg.net/my-app
http://localhost:8080/myApp
Once the user hits my web url, they are redirected to the MS Sign In
page.
However for my preproduction deployment ppd
; the user is being redirected to localhost:8080/my-app
instead of the actual ppd
url.
I've verified my Angular MSAL, and it's not with the code but Azure only. Please help me on the.
As of now my prod is working fine, and I'm really worried that it might get broke as well, as the preprod was also working fine for >2 years, and suddenly started this issue.