Error AtlasError Documentation and Resolution

Microsoft Entra redirect URI mismatch

AADSTS50011: InvalidReplyTo

Microsoft Entra rejected the sign-in request because the reply URL or redirect URI in the request is missing, misconfigured, or does not match the app registration.

AADSTS50011authentication
AADSTS50011: InvalidReplyTo
  • The redirect URI in the request is not registered for the application.
  • The app is using the wrong environment URL, hostname, or path.
  • An app registration change was not reflected in the client configuration.
  1. Compare the redirect URI sent by the app with the URIs configured in the Entra app registration.
  2. Add the missing reply URL if it is valid for the application.
  3. Update the application configuration so it uses the correct registered redirect URI.
Microsoft Learn: Microsoft Entra authentication and authorization error codes
AADSTS50011 InvalidReplyTo: causes and fixes | Error Atlas