MicrosoftIdentityWebAppAuthenticationBuilder 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.
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
- Derived
Properties
ConfigurationSection |
Configuration section from which to bind options. (Inherited from MicrosoftIdentityBaseAuthenticationBuilder) |
OpenIdConnectScheme |
The OpenID Connect scheme name to be used. |
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. |