OpenIdConnectMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ASP.NET Core middleware for obtaining identities using OpenIdConnect protocol.
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)
- Inheritance
Constructors
Properties
AuthenticationScheme | (Inherited from AuthenticationMiddleware<TOptions>) |
Backchannel | |
HtmlEncoder | |
Logger | (Inherited from AuthenticationMiddleware<TOptions>) |
Options | (Inherited from AuthenticationMiddleware<TOptions>) |
UrlEncoder | (Inherited from AuthenticationMiddleware<TOptions>) |
Methods
CreateHandler() |
Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests. |
Invoke(HttpContext) | (Inherited from AuthenticationMiddleware<TOptions>) |