OpenIdConnectMiddleware Classe

Définition

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

public ref class OpenIdConnectMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^>
public class OpenIdConnectMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
type OpenIdConnectMiddleware = class
    inherit AuthenticationMiddleware<OpenIdConnectOptions>
Public Class OpenIdConnectMiddleware
Inherits AuthenticationMiddleware(Of OpenIdConnectOptions)
Héritage

Constructeurs

OpenIdConnectMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IServiceProvider, IOptions<SharedAuthenticationOptions>, IOptions<OpenIdConnectOptions>, HtmlEncoder)

Initialise un OpenIdConnectMiddleware

Propriétés

AuthenticationScheme

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

(Hérité de AuthenticationMiddleware<TOptions>)
Backchannel

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

HtmlEncoder

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

Logger

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

(Hérité de AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

(Hérité de AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

(Hérité de AuthenticationMiddleware<TOptions>)

Méthodes

CreateHandler()

Fournit l’objet AuthenticationHandler<TOptions> pour le traitement des demandes liées à l’authentification.

Invoke(HttpContext)

ASP.NET Core intergiciel pour obtenir des identités à l’aide du protocole OpenIdConnect.

(Hérité de AuthenticationMiddleware<TOptions>)

S’applique à