OpenIdConnectMiddleware Clase

Definición

ASP.NET Core middleware para obtener identidades mediante el protocolo 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)
Herencia

Constructores

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

Inicializa un objeto OpenIdConnectMiddleware

Propiedades

AuthenticationScheme

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

(Heredado de AuthenticationMiddleware<TOptions>)
Backchannel

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

HtmlEncoder

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

Logger

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

(Heredado de AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

(Heredado de AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

(Heredado de AuthenticationMiddleware<TOptions>)

Métodos

CreateHandler()

Proporciona el AuthenticationHandler<TOptions> objeto para procesar solicitudes relacionadas con la autenticación.

Invoke(HttpContext)

ASP.NET Core middleware para obtener identidades mediante el protocolo OpenIdConnect.

(Heredado de AuthenticationMiddleware<TOptions>)

Se aplica a