Skip to content

Commit

Permalink
Clarified class names of filters
Browse files Browse the repository at this point in the history
(cherry picked from commit a4136f3)
  • Loading branch information
turing85 authored and gsmet committed Jan 9, 2023
1 parent 9fd75f9 commit da7aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-openid-connect-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class ProtectedResource {

As you can see `ProtectedResource` returns a name from both `userName()` and `adminName()` methods. The name is extracted from the current `JsonWebToken`.

Next let's add a REST Client with `OpenID Connect Client Reactive Filter` and another REST Client with `OpenID Connect Token Propagation Filter`. `FrontendResource` will use these two clients to call `ProtectedResource`:
Next let's add a REST Client with `OidcClientRequestReactiveFilter` and another REST Client with `AccessTokenRequestReactiveFilter`. `FrontendResource` will use these two clients to call `ProtectedResource`:

[source,java]
----
Expand Down

0 comments on commit da7aa47

Please sign in to comment.