mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-24 02:03:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -100,6 +100,48 @@
|
||||
</section>
|
||||
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html">OpenIddictValidationAspNetCoreHandlerFilters.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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.html">OpenIddictValidationAspNetCoreHandlers</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html">OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader<TContext></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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html">OpenIddictValidationAspNetCoreHandlers.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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html">OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode<TContext></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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html">OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader<TContext></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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader</a></h4>
|
||||
<section><p>Contains the logic responsible of extracting the 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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm</a></h4>
|
||||
<section><p>Contains the logic responsible of extracting the access token from the standard access_token form 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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString</a></h4>
|
||||
<section><p>Contains the logic responsible of extracting the access token from the standard access_token query 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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html">OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost</a></h4>
|
||||
<section><p>Contains the logic responsible of infering the default issuer 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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html">OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse<TContext></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.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html">OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse<TContext></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.Validation.AspNetCore.OpenIddictValidationAspNetCoreOptions.html">OpenIddictValidationAspNetCoreOptions</a></h4>
|
||||
<section><p>Provides various settings needed to configure the OpenIddict ASP.NET Core validation integration.</p>
|
||||
|
||||
Reference in New Issue
Block a user