IdentityProviders 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.
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
public class IdentityProviders
type IdentityProviders = class
Public Class IdentityProviders
- Inheritance
-
IdentityProviders
Constructors
IdentityProviders() |
Initializes a new instance of the IdentityProviders class. |
IdentityProviders(AzureActiveDirectory, Facebook, GitHub, Google, LegacyMicrosoftAccount, Twitter, Apple, AzureStaticWebApps, IDictionary<String, CustomOpenIdConnectProvider>) |
Initializes a new instance of the IdentityProviders class. |
Properties
Apple |
Gets or sets the configuration settings of the Apple provider. |
AzureActiveDirectory |
Gets or sets the configuration settings of the Azure Active directory provider. |
AzureStaticWebApps |
Gets or sets the configuration settings of the Azure Static Web Apps provider. |
CustomOpenIdConnectProviders |
Gets or sets the map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider. |
Gets or sets the configuration settings of the Facebook provider. |
|
GitHub |
Gets or sets the configuration settings of the GitHub provider. |
Gets or sets the configuration settings of the Google provider. |
|
LegacyMicrosoftAccount |
Gets or sets the configuration settings of the legacy Microsoft Account provider. |
Gets or sets the configuration settings of the Twitter provider. |
Applies to
Azure SDK for .NET