Microsoft.Identity.Web Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AadIssuerValidatorOptions |
Options passed-in to create the AadIssuerValidator object. |
AccountExtensions |
Extension methods for IAccount. |
AppServicesAuthenticationBuilderExtensions |
Extension methods related to App Services authentication (Easy Auth). |
AppServicesAuthenticationDefaults |
Default values related to AppServiceAuthentication handler. |
AppServicesAuthenticationHandler |
App service authentication handler. |
AppServicesAuthenticationInformation |
Information about the App Services configuration on the host. |
AppServicesAuthenticationOptions |
Options for Azure App Services authentication. |
AppServicesAuthenticationTokenAcquisition |
Implementation of ITokenAcquisition for App Services authentication (EasyAuth). |
AuthorizeForScopesAttribute |
Filter used on a controller action to trigger incremental consent. |
AzureFunctionsAuthenticationHttpContextExtension |
Extensions for AzureFunctionsAuthenticationHttpContextExtension. |
CertificateDescription |
Description of a certificate. |
ClaimConstants |
Constants for claim types. |
ClaimsPrincipalExtensions |
Extensions for System.Security.Claims.ClaimsPrincipal. |
ClaimsPrincipalFactory |
Factory class to create System.Security.Claims.ClaimsPrincipal objects. |
Constants |
General constants for Microsoft Identity Web. |
CookiePolicyOptionsExtensions |
Extension class containing cookie policies (work around for same site). |
DefaultCertificateLoader |
Certificate Loader. Only use when loading a certificate from a daemon application, or an ASP NET app, using MSAL .NET directly. For an ASP NET Core app, Microsoft Identity Web will handle the certificate loading for you.
|
DownstreamWebApi |
Implementation for the downstream web API. |
DownstreamWebApiExtensions |
Extension methods to support downstream web API services. |
DownstreamWebApiGenericExtensions |
Extensions for the downstream web API. |
DownstreamWebApiOptions |
Options passed-in to call downstream web APIs. To call Microsoft Graph, see rather
|
MicrosoftIdentityAppAuthenticationMessageHandler |
A DelegatingHandler implementation that add an authorization header with a token for the application. |
MicrosoftIdentityAppCallsWebApiAuthenticationBuilder |
Authentication builder returned by the EnableTokenAcquisitionToCallDownstreamApi methods enabling you to decide token cache implementations. |
MicrosoftIdentityAuthenticationBaseMessageHandler |
Base class for Microsoft Identity authentication message handlers. |
MicrosoftIdentityAuthenticationBaseOptions |
Base options passed-in to authenticate with Microsoft Identity. |
MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions |
Extension for IHttpClientBuilder for startup initialization of Microsoft Identity authentication handlers. |
MicrosoftIdentityAuthenticationMessageHandlerOptions |
Options passed-in to Microsoft Identity message handlers. |
MicrosoftIdentityBaseAuthenticationBuilder |
Base class for web app and web API Microsoft Identity authentication builders. |
MicrosoftIdentityBlazorServiceCollectionExtensions |
Extensions for IServerSideBlazorBuilder for startup initialization of web APIs. |
MicrosoftIdentityConsentAndConditionalAccessHandler |
Handler for Blazor specific APIs to handle incremental consent and conditional access. |
MicrosoftIdentityOptions |
Options for configuring authentication using Azure Active Directory. It has both AAD and B2C configuration attributes. |
MicrosoftIdentityUserAuthenticationMessageHandler |
A DelegatingHandler implementation that add an authorization header with a token on behalf of the current user. |
MicrosoftIdentityWebApiAuthenticationBuilder |
Authentication builder for a web API. |
MicrosoftIdentityWebApiAuthenticationBuilderExtensions |
Extensions for Microsoft.AspNetCore.Authentication.AuthenticationBuilder for startup initialization of web APIs. |
MicrosoftIdentityWebApiAuthenticationBuilderWithConfiguration |
Builder for web API authentication with configuration. |
MicrosoftIdentityWebApiServiceCollectionExtensions |
Extension for IServiceCollection for startup initialization of web APIs. |
MicrosoftIdentityWebAppAuthenticationBuilder |
Authentication builder specific for Microsoft identity platform. |
MicrosoftIdentityWebAppAuthenticationBuilderExtensions |
Extensions for the Microsoft.AspNetCore.Authentication.AuthenticationBuilder for startup initialization. |
MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration |
Builder for a Microsoft identity web app authentication where configuration is available for EnableTokenAcquisitionToCallDownstreamApi. |
MicrosoftIdentityWebAppServiceCollectionExtensions |
Extension for IServiceCollection for startup initialization. |
MicrosoftIdentityWebChallengeUserException |
Microsoft Identity Web specific exception class for use in Blazor or Razor pages to process the user challenge. Handles the MsalUiRequiredException. |
ServiceCollectionExtensions |
Extensions for IServiceCollection for startup initialization of web APIs. |
TokenAcquisitionOptions |
Options passed-in to create the token acquisition object which calls into MSAL .NET. |
TokenAcquisitionTokenCredential |
Azure SDK token credential based on the ITokenAcquisition service. |
TokenCacheExtensions |
Extension methods to expose a simplified developer experience for adding token caches to MSAL.NET confidential client applications in ASP.NET, or .NET Core, or .NET FW. |
Interfaces
ICertificateLoader |
Interface to implement loading of a certificate. Only use when loading a certificate from a daemon application, or an ASP NET app, using MSAL .NET directly. For an ASP NET Core app, Microsoft Identity Web will handle the certificate loading for you.
|
IDownstreamWebApi |
Interface used to call a downstream web API, for instance from controllers. |
ILoginErrorAccessor |
Provides access to get or set the current error status. The default implementation will use TempData and be enabled when run under Development. |
ITokenAcquisition |
Interface for the token acquisition service (encapsulating MSAL.NET). |
Enums
CertificateSource |
Source for a certificate. |