MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration Class
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.
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) |
OpenIdConnectScheme |
The OpenID Connect scheme name to be used. (Inherited from MicrosoftIdentityWebAppAuthenticationBuilder) |
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. |