Azure authentication Audience validation failed

I’m afraid the issue comes from the auth configuration in startup. Pls allow me show my code snippet to explain it well. In my opinion, you could use services.AddMicrosoftIdentityWebApiAuthentication(Configuration); instead. And you should exposed the api correctly. The steps of exposing api, you can follow the documents. What I wanna repeat here is when you … Read more