microsoftgraph / aspnet-snippets-sample

A repository of code snippets that use Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from an ASP.NET Core MVC app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web Library for authentication on the Microsoft identity platform v2.0 endpoint.
MIT License
189 stars 101 forks source link

Creating class team #61

Closed dadrocker closed 3 years ago

dadrocker commented 3 years ago

Hi; I'm trying to add a new team as a class. But as i can see there is no sample for it.. When i googled i saw that need to get permission for scope eduroster.readwrite.all. But it's application permission... And all your samples works with delegated permissions.. Could you provide a sample to get graphclient for application permissions?