Skip to content

Commit

Permalink
Fix an OidcEndpoint typo in the OIDC doc
Browse files Browse the repository at this point in the history
(cherry picked from commit 92ef8c3)
  • Loading branch information
sberyozkin authored and gsmet committed Sep 13, 2024
1 parent 379fa10 commit 4b3e684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public class OidcTokenRequestCustomizer implements OidcRequestFilter {
<1> Get `OidcConfigurationMetadata`, which contains all supported OIDC endpoint addresses.
<2> Use `OidcConfigurationMetadata` to filter requests to the OIDC token endpoint only.

Alternatively, you can use `OidcRequestFilter.Endpoint` enum to apply this filter to the token endpoint requests only:
Alternatively, you can use an `@OidcEndpoint` annotation to apply this filter to the token endpoint requests only:

[source,java]
----
Expand Down

0 comments on commit 4b3e684

Please sign in to comment.