A cloud-based identity and access management service for securing user authentication and resource access
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:
- Sign in to the Azure portal with an account that has permissions to update Microsoft Entra Application registration.
- Navigate to Microsoft Entra ID > App registrations.
- Locate your application by using the application ID or name.
- Open the app registration page and select Authentication.
- In the Redirect URIs section, add the appropriate reply URL that the application will use.
- 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.