- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jan 12 2022 03:25 AM
I decoded the generated JWT access token and it has the following roles:
"roles": [
"OnlineMeetings.ReadWrite.All",
"CallRecords.Read.All",
"User.Read.All",
"Calendars.ReadWrite"
],
The same token works fine for another user.