File tree Expand file tree Collapse file tree
identityserver/apis/aspnetcore Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ redirect_from:
1313
1414If you are using [ reference tokens] ( /identityserver/tokens/reference.md ) , you need an authentication handler that
1515implements 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments