你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityProviders 类

定义

用于配置App 服务身份验证/授权的每个标识提供者的配置设置。

public class IdentityProviders
type IdentityProviders = class
Public Class IdentityProviders
继承
IdentityProviders

构造函数

IdentityProviders()

初始化 IdentityProviders 类的新实例。

IdentityProviders(AzureActiveDirectory, Facebook, GitHub, Google, LegacyMicrosoftAccount, Twitter, Apple, AzureStaticWebApps, IDictionary<String, CustomOpenIdConnectProvider>)

初始化 IdentityProviders 类的新实例。

属性

Apple

获取或设置 Apple 提供程序的配置设置。

AzureActiveDirectory

获取或设置 Azure Active Directory 提供程序的配置设置。

AzureStaticWebApps

获取或设置Azure Static Web Apps提供程序的配置设置。

CustomOpenIdConnectProviders

获取或设置每个自定义 Open ID Connect 提供程序的别名名称到自定义 Open ID Connect 提供程序的配置设置的映射。

Facebook

获取或设置 Facebook 提供程序的配置设置。

GitHub

获取或设置 GitHub 提供程序的配置设置。

Google

获取或设置 Google 提供程序的配置设置。

LegacyMicrosoftAccount

获取或设置旧版 Microsoft 帐户提供程序的配置设置。

Twitter

获取或设置 Twitter 提供程序的配置设置。

适用于