AzureADOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
使用 Azure Active Directory 配置身份验证的选项。
public ref class AzureADOptions
public class AzureADOptions
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public class AzureADOptions
type AzureADOptions = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADOptions = class
Public Class AzureADOptions
- 继承
-
AzureADOptions
- 属性
构造函数
AzureADOptions() |
已过时.
使用 Azure Active Directory 配置身份验证的选项。 |
属性
AllSchemes |
已过时.
获取所有基础身份验证方案。 |
CallbackPath |
已过时.
获取或设置登录回调路径。 |
ClientId |
已过时.
获取或设置客户端 ID。 |
ClientSecret |
已过时.
获取或设置客户端密码。 |
CookieSchemeName |
已过时.
获取或设置用于使用此 Azure Active Directory 身份验证实例登录的 Cookie 身份验证方案。 |
Domain |
已过时.
获取或设置 Azure Active Directory 租户的域。 |
Instance |
已过时.
获取或设置 Azure Active Directory 实例。 |
JwtBearerSchemeName |
已过时.
获取或设置 Jwt 持有者身份验证方案,用于验证此 Azure Active Directory 持有者身份验证实例的访问令牌。 |
OpenIdConnectSchemeName |
已过时.
获取或设置 OpenID Connect 身份验证方案,用于对此 Azure Active Directory 身份验证实例进行身份验证。 |
SignedOutCallbackPath |
已过时.
获取或设置注销回调路径。 |
TenantId |
已过时.
获取或设置租户 ID。 |