MicrosoftIdentityWebApiAuthenticationBuilderWithConfiguration.EnableTokenAcquisitionToCallDownstreamApi Method

Definition

Overloads

EnableTokenAcquisitionToCallDownstreamApi()

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.

EnableTokenAcquisitionToCallDownstreamApi()

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.

public Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder EnableTokenAcquisitionToCallDownstreamApi ();
override this.EnableTokenAcquisitionToCallDownstreamApi : unit -> Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Public Function EnableTokenAcquisitionToCallDownstreamApi () As MicrosoftIdentityAppCallsWebApiAuthenticationBuilder

Returns

The authentication builder to chain.

Applies to