I am using adal service in angular 5 project for Microsoft auth2.0 authentication. I am getting id_token by
this.adalService.getCachedToken(this.secretService.adalConfig.clientId);
But I need Accesstoken for further token verification.
I tried https://graph.microsoft.com/v1.0/me api but got Access token validation failure error