Skip to content

Commit 90626ff

Browse files
committed
Renamed docs path to 'introspection' as well
1 parent e52fb9e commit 90626ff

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default defineConfig({
217217
{
218218
label: "Introspection for ASP.NET Core",
219219
badge: "oss",
220-
autogenerate: { directory: "introspection-auth-handler" },
220+
autogenerate: { directory: "introspection" },
221221
collapsed: true,
222222
},
223223
],

src/content/docs/identityserver/apis/aspnetcore/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ redirect_from:
1313

1414
If you are using [reference tokens](/identityserver/tokens/reference.md), you need an authentication handler that
1515
implements the back-channel validation via the [OAuth 2.0 token introspection](https://tools.ietf.org/html/rfc7662)
16-
protocol, e.g. [Duende.AspNetCore.Authentication.OAuth2Introspection](/introspection-auth-handler/index.mdx):
16+
protocol, e.g. [Duende.AspNetCore.Authentication.OAuth2Introspection](/introspection/index.mdx):
1717

1818
```csharp
1919
// Program.cs

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import Newsletter from "~/components/Newsletter.astro";
9393
</Card>
9494
<Card title="Introspection for ASP.NET Core" icon="github">
9595
<Badge text={"OSS"} /> ASP.NET Core authentication handler for OAuth 2.0 token introspection.
96-
<LinkButton href="/introspection-auth-handler/" variant="secondary">
96+
<LinkButton href="/introspection/" variant="secondary">
9797
Learn more
9898
</LinkButton>
9999
</Card>
File renamed without changes.

0 commit comments

Comments
 (0)