How to pass dynamic jwt token in rest client ? #24119
Replies: 3 comments 2 replies
-
@woodsongem Hi, can you clarify please what you mean by |
Beta Was this translation helpful? Give feedback.
-
@woodsongem Perhaps https://quarkus.io/guides/security-openid-connect-client can help ? |
Beta Was this translation helpful? Give feedback.
-
thanks @sberyozkin . I am using OidcClientConfig to build new client based on our required . but I didn't find way to set audience in OidcClientConfig |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we are calling extra customer api using the REST rest client . want to pass dynamic jwt token as part of the request header with some more dynamic token. not sure how to pass. TIA
@Path("/api") @RegisterRestClient public interface CustomerApiRestClient { @GET @Path("/loans/{loanNumber}") Customer getCustomerDetail(@PathParam Long customerId); }
Beta Was this translation helpful? Give feedback.
All reactions