Skip to content
Advertisement

Tag: adal

Refresh token implementation using Msal

I am trying to migrate my existing acquire token implementation from ADAL to MSAL. I am able to get the access token and the grant_type=auth_code flow is working fine. But the issue comes when I am trying to implement the grant_type=refresh_token with scope as offline_access, even though I am able see the refresh_token while debugging the code but since MSAL

Advertisement