// Azure.Identity token credential classes have their own separate method // for configuring a proxy using TokenCredentialOptions.Transport var authProvider = new AzureIdentityAuthenticationProvider(tokenCredential, isCaeEnabled: true, scopes: scopes); // This example works with Microsoft.Graph 5+ /...