AADSTS500113: no reply address is registered for the application.

Gawas, F.Dinesh 56 Reputation points
2020-12-02T14:50:30.533+00:00

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

Attaching a screenshot for more details about the error.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

Accepted answer
  1. soumi-MSFT 11,766 Reputation points Microsoft Employee
    2020-12-02T16:52:32.687+00:00

    Hello @Gawas, F.Dinesh , 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.

    9 people found this answer helpful.

0 additional answers

Sort by: Most helpful