MicrosoftIdentityWebApiAuthenticationBuilderExtensions Class

Definition

Extensions for AuthenticationBuilder for startup initialization of web APIs.

public static class MicrosoftIdentityWebApiAuthenticationBuilderExtensions
type MicrosoftIdentityWebApiAuthenticationBuilderExtensions = class
Public Module MicrosoftIdentityWebApiAuthenticationBuilderExtensions
Inheritance
MicrosoftIdentityWebApiAuthenticationBuilderExtensions

Methods

AddMicrosoftIdentityWebApi(AuthenticationBuilder, Action<JwtBearerOptions>, Action<MicrosoftIdentityOptions>, String, Boolean)

Protects the web API with Microsoft identity platform (formerly Azure AD v2.0).

AddMicrosoftIdentityWebApi(AuthenticationBuilder, IConfiguration, String, String, Boolean)

Protects the web API with Microsoft identity platform (formerly Azure AD v2.0). This method expects the configuration file will have a section, named "AzureAd" as default, with the necessary settings to initialize authentication options.

AddMicrosoftIdentityWebApi(AuthenticationBuilder, IConfigurationSection, String, Boolean)

Protects the web API with Microsoft identity platform (formerly Azure AD v2.0). This method expects the configuration file will have a section, named "AzureAd" as default, with the necessary settings to initialize authentication options.

Applies to