I am trying to call Microsoft Graph API from my NodeJS express webapp and I am not able to fetch an access token from AAD.
I am able to successfully login as well as able to get the user's profile,(able to get the code and id_token) and next I want to fetch the access token so that I call make the Graph Api call.
Can someone please help understand how can I fetch the access token from the OIDCStrategy?
I found the fix for the same.