Skip to content

Commit

Permalink
Fix an OidcEndpoint typo in the OIDC doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Sep 13, 2024
1 parent 65eb49e commit 92ef8c3
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 92ef8c3

Please sign in to comment.