ASP.NET Core Web API & Azure: unauthenticated error, access token in header
I thought my goal was simple enough. I have a client that makes calls to a Web API (registered in an Azure B2C tenant) to receive an access token. So far so good. When I use this access token to…