Share via


IdentityProviders Class

Definition

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.

Facebook

Gets or sets the configuration settings of the Facebook provider.

GitHub

Gets or sets the configuration settings of the GitHub provider.

Google

Gets or sets the configuration settings of the Google provider.

LegacyMicrosoftAccount

Gets or sets the configuration settings of the legacy Microsoft Account provider.

Twitter

Gets or sets the configuration settings of the Twitter provider.

Applies to