in jwt Token i dont get Role

KAMALJEET SINGH 100 Reputation points
2023-03-28T12:23:13.7233333+00:00

i am receiving role in Jwt Token

roles": [

"User.Read.All"

]

Online meeting permission added but in jwt token not received

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,774 questions
0 comments No comments
{count} votes

Accepted answer
  1. Shivam Dhiman 6,046 Reputation points
    2023-03-28T12:45:01.5+00:00

    Hi @kamaljeet singh

    When you get "roles" in your token, it means you are generating Application token.
    Please make sure you have added Application permission in you Azure Application (not delegated).
    Please refer to the below sample screenshot:
    123

    Please refer to this documentation for more details.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. KAMALJEET SINGH 100 Reputation points
    2023-03-28T14:17:12.8333333+00:00

    permission1.JPG

    All permissions granted from admin end


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.