Skip to content

Commit

Permalink
Merge pull request #43083 from rolfedh/fix-typo
Browse files Browse the repository at this point in the history
Apply quarkus-rest-client-oidc-token-propagation name
  • Loading branch information
sberyozkin authored Sep 6, 2024
2 parents 787ee38 + bcb4036 commit 986fa1d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1378,13 +1378,13 @@ Add the following Maven Dependency:
----
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-resteasy-client-oidc-token-propagation</artifactId>
<artifactId>quarkus-rest-client-oidc-token-propagation</artifactId>
</dependency>
----

The `quarkus-rest-client-resteasy-client-oidc-token-propagation` extension provides `io.quarkus.oidc.token.propagation.reactive.AccessTokenRequestReactiveFilter` which can be used to propagate the current `Bearer` or `Authorization Code Flow` access tokens.
The `quarkus-rest-client-oidc-token-propagation` extension provides `io.quarkus.oidc.token.propagation.reactive.AccessTokenRequestReactiveFilter` which can be used to propagate the current `Bearer` or `Authorization Code Flow` access tokens.

The `quarkus-rest-client-resteasy-client-oidc-token-propagation` extension (as opposed to the non-reactive `quarkus-resteasy-client-oidc-token-propagation` extension) does not currently support the exchanging or resigning of the tokens before the propagation.
The `quarkus-rest-client-oidc-token-propagation` extension (as opposed to the non-reactive `quarkus-resteasy-client-oidc-token-propagation` extension) does not currently support the exchanging or resigning of the tokens before the propagation.
However, these features might be added in the future.

ifndef::no-quarkus-oidc-client-graphql[]
Expand Down

0 comments on commit 986fa1d

Please sign in to comment.