Problem with Azure Registered App API permissions for Graph

Kokul Jose 316 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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,631 questions
0 comments No comments
{count} votes

Accepted answer
  1. CarlZhao-MSFT 40,311 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