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

Releases: microsoftgraph/msgraph-sdk-dotnet-auth

Microsoft Graph Auth Provider Library preview (0.1.0-preview.2)

12 Apr 18:08
c7fb55e
Compare
Choose a tag to compare

Microsoft.Graph.Auth

  • New feature - Adds default scope url support when no scope is provided.
  • Fix - Setting token cache on mobile platforms.
  • Fix - Empty redirect url exception when using confidential client provider.
  • Fix - User mismatch exception when using on behalf of provider.

Microsoft Graph Auth Provider Library preview (0.1.0-preview)

25 Mar 21:29
74b7475
Compare
Choose a tag to compare

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.