Azure Active directory Sharepoint & Graph API
问题 I am in a bit of confusion how to get a bearer token that will work for a sharepoint sites as well as the graph api. We are using MFA (Multi factor authentication) so we get a text message when the user tries to login. This all works and we get a token back but the resource I am pointing to is https://srmukdev.sharepoint.com/, how can we use this token to access the https://graph.microsoft.com/ api. At the moment it doesn't work. I can make separate login requests, but we dont want to do this