Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Auth Token - AADSTS500113: No reply address is registered for the application

I am trying to obtain a token through postman using the following tutorial:

https://learn.microsoft.com/en-us/azure/healthcare-apis/access-fhir-postman-tutorial

I have successfully filled out the credentials then a pop up appears asking for my credentials. This then throws the following error:

Sorry but we're having trouble signing you in

Does anyone know why this error is occurring or how I can fix it?

Thanks

like image 632
Funky Avatar asked Sep 12 '25 07:09

Funky


1 Answers

According to your error message: no reply address is registered for the application. So, try to set the callback url for your application, usually the url is the reply address.

Go to AAD>App registrations>your app>Authentication

enter image description here

Please note that the reply url configured in the Azure portal needs to be the same as the url you used in postman.

like image 89
Carl Zhao Avatar answered Sep 14 '25 20:09

Carl Zhao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!