question

GawasFDinesh-8243 avatar image
1 Vote"
GawasFDinesh-8243 asked GhawadyEhmaid-7067 commented

AADSTS500113: no reply address is registered for the application.

Im trying to add MS auth in an android application.44471-error.png


Attaching a screenshot for more details about the error.

azure-ad-authentication-protocols
error.png (258.9 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @GawasFDinesh-8243, just wanted to follow up with you to check if the below response helped in answering your query or not. Please do update us if there are any more queries, so around this. If not it would be great if you can accept the below response as Answer so that it helps others too visiting the forum with similar queries.

0 Votes 0 ·

I have configured the Authentication redirect URL at the AAD. the same URL is used in the android application. still, I'm facing the same error as above.

0 Votes 0 ·

If you are getting this error on an RDP server when setting up Outlook, what URL do you need to add in this area? Is there a specific URL for Outlook desktop on an RDP server?

0 Votes 0 ·

1 Answer

soumi-MSFT avatar image
5 Votes"
soumi-MSFT answered GhawadyEhmaid-7067 commented

Hello @GawasFDinesh-8243, thank you for reaching out. The error states that the reply URL is not available, hence to fix this, you need to add a valid RedirectURI/ReplyURL in your app registration in AAD.
Please refer to the screenshot below:
44446-replyurl.png

Note: The RedirectURI/ReplyURL is required by AAD, so that AAD knows where to post the token back so that the app can pick that token up and use it. Hence you need to specify the correct Redirect URI for your application as from where the app can pick the Access_token and use it further.

Also, based on the error shared above, I have pulled the backend logs and I see for your application the RedirectURL is missing. Once you add the correct RedirectURL/ReplyURL to the corresponding App Registration of that app it should work fine.

Hope this helps.

Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as an Answer; if the above response helped in answering your query.






replyurl.png (57.9 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

what if it's a daemon/background app? this still need filled out?

2 Votes 2 ·

Does the redirect URL have to be TLS ? It wont allow me to enter a http url

0 Votes 0 ·

I have the same question as @JamesPeckham-0344 , did you manage to know how this can be done for daemon/background app? as per the documentation Redirect URL is not required for daemon apps, but the consent url still tries to redirect and gives no reply address is registered for the application error

0 Votes 0 ·