File tree Expand file tree Collapse file tree
src/content/docs/introspection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ relies on the authorization server to provide this information.
2020
2121:::tip
2222By default, you can also use this library to introspect JWT tokens.
23- You can disable this behavior by setting ` SkipTokensWithDots = true ` in the [ ` OAuth2IntrospectionOptions ` ] ( /introspection-auth-handler /options.mdx ) .
23+ You can disable this behavior by setting ` SkipTokensWithDots = true ` in the [ ` OAuth2IntrospectionOptions ` ] ( /introspection/options.mdx ) .
2424:::
2525
2626## Features
@@ -64,7 +64,7 @@ builder.Services.AddAuthentication(OAuth2IntrospectionDefaults.AuthenticationSch
6464 });
6565```
6666
67- More details on the available options can be found on the [ options page] ( /introspection-auth-handler /options.mdx ) .
67+ More details on the available options can be found on the [ options page] ( /introspection/options.mdx ) .
6868
6969### Configuring the Backchannel HTTP Client
7070
You can’t perform that action at this time.
0 commit comments