Share via

sign in error

Tattvavid team 0 Reputation points
2026-02-19T07:35:09.9766667+00:00

Request Id: <PII REMOVED>

Correlation Id: <PII REMOVED

Timestamp: <PII REMOVED>

Message: AADSTS500113: No reply address is registered for the application.


moved from "Microsoft 365 and Office | Access | Development"

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-02-19T07:35:18.43+00:00

    The error message AADSTS500113: No reply address is registered for the application indicates that the application attempting to authenticate does not have a registered reply URL (also known as a redirect URI) in Microsoft Entra ID. This means that when the application tries to redirect the user back after authentication, there is no valid URL to send them to.

    To resolve this issue, you need to register a reply address for the application in the Azure portal. Here are the steps you can follow:

    1. Sign in to the Azure portal with an account that has permissions to update Microsoft Entra Application registration.
    2. Navigate to Microsoft Entra ID > App registrations.
    3. Locate your application by using the application ID or name.
    4. Open the app registration page and select Authentication.
    5. In the Redirect URIs section, add the appropriate reply URL that the application will use.
    6. Save the changes and wait a few minutes for them to take effect.

    After registering the reply address, try signing in again to see if the issue is resolved.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.