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
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.