I am trying out Microsoft Graph, I wanted to create a Daemon application that will get data from my List in SharePoint Online, but for now I am trying everything first in PostMan. I am already getting the Access Token using the following
And here is my configuration in my Azure AD Portal
I tried to inspect the Access Token I received in jwt.io and it seems that the roles it has only has the following roles
when I tried the same token in my Graph to get data from SP List, I am getting access Denied
Using the same Access Token I was able to access "https://graph.microsoft.com/v1.0/users" but when I tried to use it to get data from a SP List I am getting the error above
It looks like a misconfiguration of your app registration. You have assigned SharePoint API specific permissions, based on your provided screenshot from Microsoft Entra admin center:
What you actually want are Graph permissions.
Resolving steps:
Site.ReadAll
It should look like this when you´r done: