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

AzureActiveDirectoryOpenIdConnectAuthenticationOptions 类

定义

AzureActiveDirectoryOpenIdConnectAuthenticationOptions提供 OWIN Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware 类的选项。

public class AzureActiveDirectoryOpenIdConnectAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type AzureActiveDirectoryOpenIdConnectAuthenticationOptions = class
    inherit AuthenticationOptions
Public Class AzureActiveDirectoryOpenIdConnectAuthenticationOptions
Inherits AuthenticationOptions
继承
Microsoft.Owin.Security.AuthenticationOptions
AzureActiveDirectoryOpenIdConnectAuthenticationOptions

构造函数

AzureActiveDirectoryOpenIdConnectAuthenticationOptions()

初始化 AzureActiveDirectoryOpenIdConnectAuthenticationOptions 类的新实例。

属性

CallbackPath

获取或设置应用程序基路径中的请求路径,其中将返回用户代理。 此请求到达时,中间件将处理此请求。

ClientId

获取或设置客户端 ID。

Provider

获取或设置 IAzureActiveDirectoryOpenIdConnectAuthenticationProvider 用于处理身份验证事件的 。

SignInAsAuthenticationType

获取或设置另一个身份验证中间件的名称,该中间件将负责实际颁发用户 ClaimsIdentity

StateDataFormat

获取或设置状态数据的格式。 如果设置为 null ,则使用版本 1。

Tenant

获取或设置要验证的租户。 多租户验证在 中 AzureActiveDirectoryOpenIdConnectAuthenticationProvider发生。

适用于