AADSTS900971: No reply address provided.

Sameer 96 Reputation points
2021-08-09T18:18:15.143+00:00

I have a .net core web api running in local Service Fabric Cluster. It uses Swashbuckle.AspNetCore 6.1.4 version for swagger UI.

API is protected by a Service Principal - lets say "SPN-App".

For Swagger UI to be useful while developing locally, I am using different Service Principal "SPN-Swagger" that has redirect URL configured as shown below.

121615-image.png

I can see the redirect URI in the browser but still the message says "No reply address provided", what am I doing wrong?

121727-image.png

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,619 questions
{count} votes

Accepted answer
  1. Sameer 96 Reputation points
    2021-08-09T18:42:43.473+00:00

    I figured it out. The RedirectURL was missing the api-version parameter so it was miss matched.


0 additional answers

Sort by: Most helpful