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

Add Continuous Access Evaluation (CAE) support #91

Closed andrueastman closed 3 years ago

andrueastman commented 3 years ago

This PR fixes https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/166

The PR is dependent on the merge and release of changes in this PR.

It involves the reading and using of the Claims Property from GraphContext through the new ICaeAuthenticationProviderOption interface and using it to call the relevant MSAL builders for the Interactive and DeviceCode providers