Forum Discussion
Tayyab Suhail
Nov 18, 2019Copper Contributor
AADSTS500112 Reply Url Does Not Match
Hi All, 'https://abc.azurewebsites.net/' does not match the reply address 'https://abc.azurewebsites.net' provided when requesting Authorization code. I am getting exception when acquiring acces...
Haflidi
Nov 27, 2019Copper Contributor
Regarding the Reply-URL is this the same URL that the Application Gateway has, or is this the reply URL that you are going to reach after a Successful login ?
I've come across this error several time specially when dealing with Azure AD B2C, and always this has been solved by giving the right destination URL after a successful login, as in https://abc.azurewebsites.com/profile or something like that, because as described in the error message you get is that the web page is trying to access another URL than you've specified in the Application in AAD.
Hope this helps
Kind Regards
Haflidi Fridthjofsson