• How to specify scopes and app-permissions for GraphServiceClient
  • specify the delegated scopes to use by using .WithScopes(string[]) after the Request(). For instance:
  • specify that you want to use app permissions
  • Specify a tenant:
  • Specify a tenant with app only scopes
  • Specify a tenant with delegated permissions