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 Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Answer accepted by question author
  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

Your answer

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