❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
I was just trying to get the access_token manually via the HttpContext, but when I use GetTokenAsync("access_token") it always returns null, and I've injected the HttpContext into my controller.