sureshchahal / angular2-adal

Angular 2 wrapper for adal.js
MIT License
41 stars 50 forks source link

Missing "roles" claim in issued JWT tokens #58

Closed msms007 closed 6 years ago

msms007 commented 7 years ago

Having a problem getting roles in the claim. Any thoughts on this? I have an angular 1.5 app which uses angular-adal 1.0.15 ( latest version ) there, I am able to get the roles in the claim. However ng2-adal provides JWT claim without roles. Any insight to this would be highly appreciable.

Thanks.

msms007 commented 6 years ago

I am able to get the roles during aquireToken Process. All set.. thanks for a great library thought.