Skip to content

Commit

Permalink
Fix a broken link in the ASP.NET Core integration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Aug 1, 2024
1 parent 5ef0678 commit 800cbd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integrations/aspnet-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ services.AddOpenIddict()
### Pass-through mode <Badge type="warning" text="client" /><Badge type="danger" text="server" />

The OpenIddict client and server stacks offer built-in pass-through support for some of
their endpoints (typically, endpoints for which users will want to provide custom logic).
The ASP.NET Core integration offered by the OpenIddict client and server stacks offers built-in pass-through support
for some of the built-in endpoints (typically, endpoints for which users will want to provide custom logic).

> [!NOTE]
> For more information on the pass-through mode, read [Pass-through mode](/introduction.md#pass-through-mode).
> For more information on the pass-through mode, read [Pass-through support](/introduction.md#pass-through-support).
Pass-through mode for a specific endpoint can be enabled using the APIs exposed by `OpenIddictClientAspNetCoreBuilder`
or `OpenIddictServerAspNetCoreBuilder`. E.g for the authorization endpoint:
Expand Down

0 comments on commit 800cbd9

Please sign in to comment.