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
2 Releases
Latest: 7y ago
Microsoft Graph Auth Provider Library preview (0.1.0-preview.2)0.1.0-preview.2LatestPre-release
📋 Changes
- 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)0.1.0-previewPre-release
📋 Changes
- 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.
