MicrosoftIdentityWebAppAuthenticationBuilderExtensions 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.
Extensions for the AuthenticationBuilder for startup initialization.
public static class MicrosoftIdentityWebAppAuthenticationBuilderExtensions
type MicrosoftIdentityWebAppAuthenticationBuilderExtensions = class
Public Module MicrosoftIdentityWebAppAuthenticationBuilderExtensions
- Inheritance
-
MicrosoftIdentityWebAppAuthenticationBuilderExtensions
Methods
AddMicrosoftIdentityWebApp(AuthenticationBuilder, Action<MicrosoftIdentityOptions>, Action<CookieAuthenticationOptions>, String, String, Boolean, String) |
Add authentication with Microsoft identity platform. |
AddMicrosoftIdentityWebApp(AuthenticationBuilder, IConfiguration, String, String, String, Boolean, String) |
Add authentication to a web app with Microsoft identity platform. This method expects the configuration file will have a section, named "AzureAd" as default, with the necessary settings to initialize authentication options. |
AddMicrosoftIdentityWebApp(AuthenticationBuilder, IConfigurationSection, String, String, Boolean, String) |
Add authentication with Microsoft identity platform. This method expects the configuration file will have a section, named "AzureAd" as default, with the necessary settings to initialize authentication options. |