Azure / AzureR

Family of packages for interacting with Azure from R
MIT License
179 stars 15 forks source link

Adding Microsoft Graph Scopes to get_azure_token call #4

Closed DataHippo93 closed 5 years ago

DataHippo93 commented 5 years ago

I am unable to add scopes for graph.microsoft.com

Specifically these: User.ReadBasic.All; User.Read.All; User.ReadWrite.All; Directory.Read.All; Directory.ReadWrite.All; Directory.AccessAsUser.All

I tried grabbing the scope GUID from the application manifest but the packaged appends /.default to them and makes them invalid.

Very cool package but this issue needs to by fixed.