ASP.NET Core: Unable to get id_token and access token from openid connect
I have ASP.NET Core web application and need to send Azure AD access token to the PHP script. But I can not get token from http context using GetTokenAsync – it always returns null.