MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration Class

Definition

Builder for a Microsoft identity web app authentication where configuration is available for EnableTokenAcquisitionToCallDownstreamApi.

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

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.

(Inherited from MicrosoftIdentityWebAppAuthenticationBuilder)
EnableTokenAcquisitionToCallDownstreamApi(IEnumerable<String>)

Add support for the web app to acquire tokens to call an API.

Applies to