I am getting below error While On-Boarding Azure Active Directory Authentication for the application which is hosted in Azure Cloudapp.
I have configured endpoint as https://127.0.0.1:443/ in cloud project. but if I run application on local and verified the port number in Emulator. this time that is increased by one ("https://127.0.0.1:444/"). So AAD is try to call back (https://127.0.0.1:443/) it is giving below error.
AADSTS70002: Error validating credentials. AADSTS50011: The reply address 'https://127.0.0.1:444/' does not match the reply address 'https://127.0.0.1:443/' provided when requesting Authorization code.