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

AppServiceIdentityProviders 类

定义

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

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

构造函数

AppServiceIdentityProviders()

初始化 AppServiceIdentityProviders 的新实例。

属性

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 提供程序的配置设置。

适用于