MicrosoftIdentityWebAppAuthenticationBuilder Class

Definition

Authentication builder specific for Microsoft identity platform.

public class MicrosoftIdentityWebAppAuthenticationBuilder : Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder
type MicrosoftIdentityWebAppAuthenticationBuilder = class
    inherit MicrosoftIdentityBaseAuthenticationBuilder
Public Class MicrosoftIdentityWebAppAuthenticationBuilder
Inherits MicrosoftIdentityBaseAuthenticationBuilder
Inheritance
MicrosoftIdentityWebAppAuthenticationBuilder
Derived

Properties

ConfigurationSection

Configuration section from which to bind options.

(Inherited from MicrosoftIdentityBaseAuthenticationBuilder)
Services

The services being configured.

(Inherited from MicrosoftIdentityBaseAuthenticationBuilder)

Methods

EnableTokenAcquisitionToCallDownstreamApi(Action<ConfidentialClientApplicationOptions>, IEnumerable<String>)

The web app calls a web API. This override enables you to specify the ConfidentialClientApplicationOptions (from MSAL.NET) programmatically.

EnableTokenAcquisitionToCallDownstreamApi(IEnumerable<String>)

The web app calls a web API.

Applies to