Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Microsoft Graph Auth Provider Library preview (0.1.0-preview)

Pre-release
Pre-release

Choose a tag to compare

@peombwa peombwa released this 25 Mar 21:29
74b7475

Microsoft.Graph.Auth

  • Adds a set of MSAL authentication providers.
  • Adds MsalAuthenticationProviderOption used to set provider specific options.
  • Adds BaseRequest extensions methods to set MsalAuthenticationProviderOption.
  • Adds ITokenStorageProvider interface that's used to create token cache storage provider.
  • Adds ToGraphUserAccount extension method which converts a ClaimsPrincipal to a GraphUserAccount.