Show / Hide Table of Contents

Namespace OpenIddict.Server.Owin

Classes

OpenIddictServerOwinConfiguration

Contains the methods required to ensure that the OpenIddict server configuration is valid.

OpenIddictServerOwinConstants

Exposes common constants used by the OpenIddict OWIN host.

OpenIddictServerOwinConstants.Cache

OpenIddictServerOwinConstants.Headers

OpenIddictServerOwinConstants.JsonWebTokenTypes

OpenIddictServerOwinConstants.JsonWebTokenTypes.Private

OpenIddictServerOwinConstants.Properties

OpenIddictServerOwinDefaults

Exposes the default values used by the OpenIddict server handler.

OpenIddictServerOwinHandler

Provides the entry point necessary to register the OpenIddict server in an OWIN pipeline.

OpenIddictServerOwinHandlerFilters

Contains a collection of event handler filters commonly used by the OWIN handlers.

OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the authorization endpoint.

OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled

Represents a filter that excludes the associated handlers if authorization request caching was not enabled.

OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled

Represents a filter that excludes the associated handlers if error pass-through was not enabled.

OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the logout endpoint.

OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled

Represents a filter that excludes the associated handlers if logout request caching was not enabled.

OpenIddictServerOwinHandlerFilters.RequireOwinRequest

Represents a filter that excludes the associated handlers if no OWIN request can be found.

OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the authorization endpoint.

OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled

Represents a filter that excludes the associated handlers if the HTTPS requirement was disabled.

OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the userinfo endpoint.

OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the verification endpoint.

OpenIddictServerOwinHandlers

OpenIddictServerOwinHandlers.AttachCacheControlHeader<TContext>

Contains the logic responsible of attaching the appropriate HTTP response cache headers. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.AttachHostChallengeError

Contains the logic responsible of attaching the error details using the OWIN authentication properties. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.AttachHttpResponseCode<TContext>

Contains the logic responsible of attaching an appropriate HTTP status code. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader<TContext>

Contains the logic responsible of attaching errors details to the WWW-Authenticate header. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication

OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters

Contains the logic responsible of caching authorization requests, if applicable. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse

Contains the logic responsible of processing authorization responses using the form_post response mode. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse

Contains the logic responsible of processing authorization responses using the fragment response mode. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse

Contains the logic responsible of processing authorization responses using the query response mode. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest

Contains the logic responsible of removing cached authorization requests from the distributed cache. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters

Contains the logic responsible of restoring cached requests from the request_id, if specified. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Device

OpenIddictServerOwinHandlers.Discovery

OpenIddictServerOwinHandlers.EnablePassthroughMode<TContext, TFilter>

Contains the logic responsible of enabling the pass-through mode for the received request. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Exchange

OpenIddictServerOwinHandlers.ExtractAccessToken<TContext>

Contains the logic responsible of extracting an access token from the standard HTTP Authorization header. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials<TContext>

Contains the logic responsible of extracting client credentials from the standard HTTP Authorization header. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ExtractGetOrPostRequest<TContext>

Contains the logic responsible of extracting OpenID Connect requests from GET or POST HTTP requests. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ExtractGetRequest<TContext>

Contains the logic responsible of extracting OpenID Connect requests from GET HTTP requests. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ExtractPostRequest<TContext>

Contains the logic responsible of extracting OpenID Connect requests from POST HTTP requests. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.InferEndpointType

Contains the logic responsible of inferring the endpoint type from the request address. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.InferIssuerFromHost

Contains the logic responsible of infering the issuer URL from the HTTP request host and validating it. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Introspection

OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse<TContext>

Contains the logic responsible of processing challenge responses that contain a WWW-Authenticate header. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ProcessEmptyResponse<TContext>

Contains the logic responsible of processing OpenID Connect responses that don't specify any parameter. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse

Contains the logic responsible of processing verification responses that should trigger a host redirection. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ProcessJsonResponse<TContext>

Contains the logic responsible of processing OpenID Connect responses that must be returned as JSON. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ProcessLocalErrorResponse<TContext>

Contains the logic responsible of processing OpenID Connect responses that must be returned as plain-text. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse<TContext, TFilter>

Contains the logic responsible of processing OpenID Connect responses that must be handled by another middleware in the pipeline at a later stage (e.g an ASP.NET MVC action or a NancyFX module). Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Revocation

OpenIddictServerOwinHandlers.Session

OpenIddictServerOwinHandlers.Session.CacheRequestParameters

Contains the logic responsible of caching logout requests, if applicable. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse

Contains the logic responsible of processing logout responses that should trigger a host redirection. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Session.ProcessQueryResponse

Contains the logic responsible of processing logout responses. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Session.RemoveCachedRequest

Contains the logic responsible of removing cached logout requests from the distributed cache. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters

Contains the logic responsible of restoring cached requests from the request_id, if specified. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinHandlers.Userinfo

OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement

Contains the logic responsible of rejecting OpenID Connect requests that don't use transport security. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.

OpenIddictServerOwinMiddleware

Provides the entry point necessary to register the OpenIddict server handler in an OWIN pipeline. Note: this middleware is intented to be used with dependency injection containers that support middleware resolution, like Autofac. Since it depends on scoped services, it is NOT recommended to instantiate it as a singleton like a regular OWIN middleware.

OpenIddictServerOwinMiddlewareFactory

Provides the entry point necessary to instantiate and register the scoped OpenIddictServerOwinMiddleware in an OWIN/Katana pipeline.

OpenIddictServerOwinOptions

Provides various settings needed to configure the OpenIddict OWIN server integration.

In This Article
Back to top Generated by DocFX