openiddict-documentation/api/OpenIddict.Server.AspNetCore.html
2021-01-17 17:45:35 +00:00

330 lines
27 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace OpenIddict.Server.AspNetCore
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace OpenIddict.Server.AspNetCore
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo.png" alt="">
</a> </div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="OpenIddict.Server.AspNetCore">
<h1 id="OpenIddict_Server_AspNetCore" data-uid="OpenIddict.Server.AspNetCore" class="text-break">Namespace OpenIddict.Server.AspNetCore
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConfiguration.html">OpenIddictServerAspNetCoreConfiguration</a></h4>
<section><p>Contains the methods required to ensure that the OpenIddict server configuration is valid.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConstants.html">OpenIddictServerAspNetCoreConstants</a></h4>
<section><p>Exposes common constants used by the OpenIddict ASP.NET Core host.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConstants.Cache.html">OpenIddictServerAspNetCoreConstants.Cache</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConstants.JsonWebTokenTypes.html">OpenIddictServerAspNetCoreConstants.JsonWebTokenTypes</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConstants.JsonWebTokenTypes.Private.html">OpenIddictServerAspNetCoreConstants.JsonWebTokenTypes.Private</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreConstants.Properties.html">OpenIddictServerAspNetCoreConstants.Properties</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreDefaults.html">OpenIddictServerAspNetCoreDefaults</a></h4>
<section><p>Exposes the default values used by the OpenIddict server handler.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreFeature.html">OpenIddictServerAspNetCoreFeature</a></h4>
<section><p>Exposes the current server transaction to the ASP.NET Core host.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html">OpenIddictServerAspNetCoreHandler</a></h4>
<section><p>Provides the logic necessary to extract, validate and handle OpenID Connect requests.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.html">OpenIddictServerAspNetCoreHandlerFilters</a></h4>
<section><p>Contains a collection of event handler filters commonly used by the ASP.NET Core handlers.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the
pass-through mode was not enabled for the authorization endpoint.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if authorization request caching was not enabled.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if error pass-through was not enabled.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html">OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest</a></h4>
<section><p>Represents a filter that excludes the associated handlers if no ASP.NET Core request can be found.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the
pass-through mode was not enabled for the logout endpoint.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if logout request caching was not enabled.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if status code pages support was not enabled.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the
pass-through mode was not enabled for the authorization endpoint.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the HTTPS requirement was disabled.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the
pass-through mode was not enabled for the userinfo endpoint.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html">OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the
pass-through mode was not enabled for the verification endpoint.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.html">OpenIddictServerAspNetCoreHandlers</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html">OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html">OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError</a></h4>
<section><p>Contains the logic responsible of attaching the error details using the ASP.NET Core authentication properties.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html">OpenIddictServerAspNetCoreHandlers.AttachHostParameters&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching custom parameters stored in the ASP.NET Core authentication properties.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html">OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html">OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.html">OpenIddictServerAspNetCoreHandlers.Authentication</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html">OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html">OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html">OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html">OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html">OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html">OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Device.html">OpenIddictServerAspNetCoreHandlers.Device</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Discovery.html">OpenIddictServerAspNetCoreHandlers.Discovery</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html">OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode&lt;TContext, TFilter&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Exchange.html">OpenIddictServerAspNetCoreHandlers.Exchange</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html">OpenIddictServerAspNetCoreHandlers.ExtractAccessToken&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html">OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html">OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html">OpenIddictServerAspNetCoreHandlers.ExtractGetRequest&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html">OpenIddictServerAspNetCoreHandlers.ExtractPostRequest&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html">OpenIddictServerAspNetCoreHandlers.InferEndpointType</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html">OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Introspection.html">OpenIddictServerAspNetCoreHandlers.Introspection</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html">OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html">OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of processing OpenID Connect responses that don&apos;t specify any parameter.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html">OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html">OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse&lt;TContext&gt;</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html">OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of processing context responses that must be returned as plain-text.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html">OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse&lt;TContext, TFilter&gt;</a></h4>
<section><p>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 Core MVC action or a NancyFX module).
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html">OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of processing OpenID Connect responses handled by the status code pages middleware.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Revocation.html">OpenIddictServerAspNetCoreHandlers.Revocation</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.html">OpenIddictServerAspNetCoreHandlers.Session</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html">OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html">OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html">OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse</a></h4>
<section><p>Contains the logic responsible of processing logout responses.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html">OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html">OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters</a></h4>
<section><p>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 ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Userinfo.html">OpenIddictServerAspNetCoreHandlers.Userinfo</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html">OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement</a></h4>
<section><p>Contains the logic responsible of rejecting OpenID Connect requests that don&apos;t use transport security.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreOptions.html">OpenIddictServerAspNetCoreOptions</a></h4>
<section><p>Provides various settings needed to configure the OpenIddict ASP.NET Core server integration.</p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>