Problem with Azure Registered App API permissions for Graph

Kokul Jose 321 Reputation points
2023-11-08T11:42:16.1266667+00:00

I created an application and assigned a set of permissions:

	"Calls.JoinGroupCall.All",
    "OnlineMeetings.ReadWrite.All",
    "Calls.InitiateGroupCall.All",
    "Calls.JoinGroupCallAsGuest.All",
	"Calls.AccessMedia.All",
	"Calls.Initiate.All"

Later, I assigned another set of permissions:

DeviceManagementApps.Read.All

Directory.Read.All

User.ReadWrite.All

User.Read.All

When I try to get a token using Postman as in the screenshot below, I receive a token that only has the permissions I assigned in the first set:

User's image

See the screenshot below from https://jwt.ms/:

User's image

Also, see the screenshot below from the Azure portal:

User's image

Microsoft Security Microsoft Entra Microsoft Entra ID
Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. CarlZhao-MSFT 46,366 Reputation points
    2023-11-09T06:13:47.5233333+00:00

    Hi @Kokul Jose

    This may be caused by a delay. Now please try to get a new token and parse it to see if these permissions already exist.

    Hope this helps.

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

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.