โ08-07-2024 01:44 PM
I have setup a MS Graph API connection. It works with simple requests like GET https://graph.microsoft.com/v1.0/me. But I get errors with requests that require API permissions. Is there a way to request a token using the MS Graph API. I am able to use postman and the Graph explorer to run these more complex requests. The only thing that seems to be missing is a token request.
all of these permissions are set.
Any suggestions would help. Thx. Sean
Solved! Go to Solution.
โ08-21-2024 02:26 AM
Hi @sbraly
The OAuth scopes are hard-coded in the MS Graph connector. You can update the connector through connector SDK and include the missing permissions in the scopes list. Please refer the below screenshot to look up scopes in the connector and include the required ones.
Thanks
Pankaj
โ08-21-2024 02:26 AM
Hi @sbraly
The OAuth scopes are hard-coded in the MS Graph connector. You can update the connector through connector SDK and include the missing permissions in the scopes list. Please refer the below screenshot to look up scopes in the connector and include the required ones.
Thanks
Pankaj
โ09-01-2024 08:46 PM
I wonder why no-one has then added the scopes as an input field. Wouldnt that be better than each user of the connector having to modify the connector with SDK?
โ08-21-2024 09:47 AM
I registered to say thank you, both the question and the answer were exactly what I was looking for.
โ08-21-2024 02:07 PM
Glad to know that it worked for you ๐