I am looking for an updated article to this as well:
https://developer.microsoft.com/en-us/microsoft-365/blogs/how-to-build-a-blazor-web-app-with-azure-active-directory-authentication-and-microsoft-graph/
AADSTS500113: No reply address is registered for the application - testing application on local computer

ProgrammerBret
6
Reputation points
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
1,675 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
25,222 questions
Developer technologies | C#
11,583 questions
1 answer
Sort by: Most helpful
-
ProgrammerBret 6 Reputation points
2021-07-06T20:21:54.087+00:00