Hi @Mohammed Ally
The audience of your access token is not the graph API, which causes the graph permission you grant to your application in Azure AD to not be mapped to the token.
Go to Azure AD>App registrations > find your app >API permissions.
Then change the scope
to https://graph.microsoft.com/.default
when getting the access token.
Decode token:
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.