Skip to content

Commit

Permalink
docs: fix filter name (#3165)
Browse files Browse the repository at this point in the history
There is not forwardTokenPart filter.

Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov authored Jul 24, 2024
1 parent 0be9447 commit 9006efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ secureOauthTokenintrospectionAllKV("issuerURL", "", "", "k1", "v1", "k2", "v2")

The filter parses bearer jwt token from Authorization header and validates the signature using public keys
discovered via /.well-known/openid-configuration endpoint. Takes issuer url as single parameter.
The filter stores token claims into the state bag where they can be used by oidcClaimsQuery() or forwardTokenPart()
The filter stores token claims into the state bag where they can be used by [oidcClaimsQuery](#oidcclaimsquery), [forwardToken](#forwardtoken) or [forwardTokenField](#forwardtokenfield) filters.


Examples:
Expand Down

0 comments on commit 9006efd

Please sign in to comment.