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

IdentityProviderBaseParameters 类

定义

标识提供者基参数属性。

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

构造函数

IdentityProviderBaseParameters()

初始化 IdentityProviderBaseParameters 类的新实例。

IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String)

初始化 IdentityProviderBaseParameters 类的新实例。

属性

AllowedTenants

获取或设置配置 Azure Active Directory 登录名时允许的租户列表。

Authority

获取或设置 AAD 或 AAD B2C 的 openID Connect 发现终结点主机名。

PasswordResetPolicyName

获取或设置密码重置策略名称。 仅适用于 AAD B2C 标识提供者。

ProfileEditingPolicyName

获取或设置配置文件编辑策略名称。 仅适用于 AAD B2C 标识提供者。

SigninPolicyName

获取或设置登录策略名称。 仅适用于 AAD B2C 标识提供者。

SigninTenant

获取或设置登录 Active Directory 时要使用的 TenantId 而不是 Common

SignupPolicyName

获取或设置注册策略名称。 仅适用于 AAD B2C 标识提供者。

Type

获取或设置标识提供者类型标识符。 可能的值包括:“facebook”、“google”、“microsoft”、“twitter”、“aad”、“aadB2C”

方法

Validate()

验证 对象。

适用于