manishrasrani / ms-adal-angular6

This is a wrapper library for Angular 6+ (Angular 6.X.X and Angular 7.X.X) modules over Microsoft ADAL (Azure Active Directory Authentication Library)
https://www.npmjs.com/package/microsoft-adal-angular6
MIT License
34 stars 13 forks source link

Unable to call graph api using this.adalSvc.accessToken to retrieve user group information #32

Closed niravkanakhara closed 4 years ago

niravkanakhara commented 4 years ago

Unable to call graph api using this.adalSvc.accessToken to retrieve user group information

niravkanakhara commented 4 years ago

It was my mistake...have to generate new token using aquiretoken..its working now

bhanu2507 commented 4 years ago

I am still getting below error. "code": "InvalidAuthenticationToken", "message": "CompactToken parsing failed with error code: 80049217",

Is there any AD side config that is needed.

Thanks