MicrosoftIdentityWebApiAuthenticationBuilder.EnableTokenAcquisitionToCallDownstreamApi Method
Definition
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.
Protects the web API with Microsoft identity platform (formerly Azure AD v2.0).
public Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder EnableTokenAcquisitionToCallDownstreamApi (Action<Microsoft.Identity.Client.ConfidentialClientApplicationOptions> configureConfidentialClientApplicationOptions);
member this.EnableTokenAcquisitionToCallDownstreamApi : Action<Microsoft.Identity.Client.ConfidentialClientApplicationOptions> -> Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Public Function EnableTokenAcquisitionToCallDownstreamApi (configureConfidentialClientApplicationOptions As Action(Of ConfidentialClientApplicationOptions)) As MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Parameters
- configureConfidentialClientApplicationOptions
- Action<ConfidentialClientApplicationOptions>
The action to configure ConfidentialClientApplicationOptions.
Returns
The authentication builder to chain.