AADSTS500113: No reply address is registered for the application - testing application on local computer

ProgrammerBret 6 Reputation points
2021-07-06T18:00:32.107+00:00

I am testing my Blazor application on my local computer, running visual studio 2019. I am working with IT to test the Azure AAD authentication. When I use developer tools, I see that I am using port 44372, so I added the route "https://localhost:44372/signin-oidc" to the redirect URL section in AAD. However the message AADSTS500113 is still present.
In the appsentings.json file, it looks like this:

  "AzureAd": {
    "Instance": "https://login.microsoftonline.com/",
    "Domain": "ApplicationName.com",
    "TenantId": "20d9a065-80de-46c0-a30e-4ef4dedf70c68",
    "ClientId": "c7992cff-f985-4e6e-80d6-08300fe53rfc",
    "CallbackPath": "/signin-oidc"
  },
Developer technologies | .NET | Blazor
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. ProgrammerBret 6 Reputation points
    2021-07-06T20:21:54.087+00:00
    0 comments No comments

Your answer

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