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

Would it be possible to add "Claims: Roles and Scope in the Bearer token" to the userInfo? #21

Open semihbas opened 5 years ago

semihbas commented 5 years ago

Would it be possible to add "Claims: Roles and Scope in the Bearer token" to the userInfo?

"roles": [ "observer" ], "scp": "read readandwrite",