Microsoft.IdentityModel.Clients.ActiveDirectory by Microsoft

<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="1.0.1" />

 Microsoft.IdentityModel.Clients.ActiveDirectory

Namespace with 13 public types

 Classes

 ActiveDirectoryAuthenticationException The exception type thrown when an error occurs during token acquisition.
 AssertionCredential Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
 AuthenticationContext The AuthenticationContext class retrieves authentication tokens from Azure Active Directory and ADFS services.
 AuthenticationParameters Contains authentication parameters based on unauthorized response from resource server.
 AuthenticationResult Contains the results of one token acquisition operation.
 ClientCredential Credential including client id and secret.
 IdentityProviderDescriptor Class containing all properties returned for identity providers from service metadata.
 SymmetricKeyCredential Credential type containing symmetric key.
 TokenCacheKey can be used with linq to access items from the .
 UserInfo Contains information of a single user. This information is used for token cache lookup. Also if created with userId, userId is sent to the service when login_hint is accepted.
 X509CertificateCredential Credential type containing X509 certificate.

 Enumerations

 PromptBehavior Indicates whether AcquireToken should automotically prompt only if necessary or whether it should prompt regardless of whether there is a cached token.

 Static Classes

 ActiveDirectoryAuthenticationError Error code returned as a property in ActiveDirectoryAuthenticationException