OpenIdConnectAuthenticationMiddleware Class
OWIN middleware for obtaining identities using OpenIdConnect protocol.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationMiddleware
Syntax
public class OpenIdConnectAuthenticationMiddleware : AuthenticationMiddleware<OpenIdConnectAuthenticationOptions>
public ref class OpenIdConnectAuthenticationMiddleware : AuthenticationMiddleware<OpenIdConnectAuthenticationOptions^>
type OpenIdConnectAuthenticationMiddleware =
class
inherit AuthenticationMiddleware<OpenIdConnectAuthenticationOptions>
end
Public Class OpenIdConnectAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of OpenIdConnectAuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
OpenIdConnectAuthenticationMiddleware(OwinMiddleware, IAppBuilder, OpenIdConnectAuthenticationOptions) | Initializes a OpenIdConnectAuthenticationMiddleware |
Properties
Name | Description | |
---|---|---|
Next | The optional next component.(Inherited from OwinMiddleware.) |
|
Options | Gets or sets the authentication options.(Inherited from AuthenticationMiddleware<TOptions>.) |
Methods
Name | Description | |
---|---|---|
CreateHandler() | Provides the AuthenticationHandler object for processing authentication-related requests.(Overrides AuthenticationMiddleware<TOptions>.CreateHandler().) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Invoke(IOwinContext) | (Inherited from AuthenticationMiddleware<TOptions>.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top