Support passing additionalGrantParameters
to OidcClient.refreshTokens
and OidcClient.revokeAccessToken
#35422
Labels
Milestone
Description
I am using Keycloak with a client that is configured to use signed JWT for authentication. This works fine with
oidcClient.getTokens
:However, there is no way to specify additional params when calling
OidcClient.refreshTokens
orOidcClient.revokeAccessToken
.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: