I have a web api written in asp.net core, and using Azure AD B2C for authentication. Everything works just fine in the browser: the endpoints with [Authorize] attribute require login, so the browser redirects me to the Azure login page, and after I'm logged in I got the answer from [...] read more