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

IAzureActiveDirectoryOpenIdConnectAuthenticationProvider 接口

定义

提供一个抽象,使调用方能够扩展或修改 提供的 AzureActiveDirectoryExtendedLoginProvider身份验证流。

public interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
type IAzureActiveDirectoryOpenIdConnectAuthenticationProvider = interface
Public Interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
派生

方法

Authenticated(AzureActiveDirectoryOpenIdConnectAuthenticatedContext)

每次请求标识已由中间件验证时调用。 使应用程序有机会更改或拒绝随请求一起到达的标识。

RequestToken(AzureActiveDirectoryOpenIdConnectRequestTokenContext)

在创建 之前 ClaimsIdentity 调用。 使应用程序有机会从其他位置查找标识、调整或拒绝令牌。

适用于