dotnetcore-console-sample icon indicating copy to clipboard operation
dotnetcore-console-sample copied to clipboard

.Net Core console application for calling Microsoft Graph. Sample built from scratch.

Results 4 dotnetcore-console-sample issues
Sort by recently updated
recently updated
newest added

I have a SAAS based application which is configurable to import planner plans. while i can successfully import plans using Graph API based on logged in user. i was wondering...

The sample instanciates the `IConfidentialClientApplication` by reading the options and then setting them with .With methods. The code could be even simpler by using `ConfidentialClientApplicationBuilder.CreateWithOptions() An example is available from...

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.24.0 to 4.61.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.61.3 Bug Fixes Exclude the use of WSTrust for ROPC flow except for AAD authorities. See [Issue #4791](AzureAD/microsoft-authentication-library-for-dotnet#4791)...

dependencies