Skip to content

Commit

Permalink
Merge pull request #43277 from sberyozkin/fix_oidc_doc_typos
Browse files Browse the repository at this point in the history
Fix an OidcEndpoint typo in the OIDC doc
  • Loading branch information
sberyozkin committed Sep 13, 2024
2 parents c146936 + 92ef8c3 commit 8a8b22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,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 8a8b22a

Please sign in to comment.