OpenIdConnectMiddleware Třída

Definice

ASP.NET Core middlewaru pro získání identit pomocí protokolu 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)
Dědičnost

Konstruktory

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

Inicializuje objekt OpenIdConnectMiddleware.

Vlastnosti

AuthenticationScheme (Zděděno od AuthenticationMiddleware<TOptions>)
Backchannel
HtmlEncoder
Logger (Zděděno od AuthenticationMiddleware<TOptions>)
Options (Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder (Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()

Poskytuje AuthenticationHandler<TOptions> objekt pro zpracování požadavků souvisejících s ověřováním.

Invoke(HttpContext) (Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro