microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

Get Planner Plans trough Graph Api from Azure Function #79

Closed mgordic closed 3 years ago

mgordic commented 3 years ago

Hi,

Is there any example how I can achieve following requirement:

I need to read Planner Plans from Group in an Azure Function trough Graph Api.

Application permissions are not supported, only delegated.

I tried with ConfidentialClientApplicationBuilder with OnBehalfOfProvider, but no luck. I do not know how to set UserAssertion in this case.

AB#7213

MIchaelMainer commented 3 years ago

Please see https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/460 for an example of how you can do this.

MIchaelMainer commented 3 years ago

Please reopen if there is a bug associated with this issue.