Client JwtBearer grant type should not require a Jwt when already authorized #9879
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: duplicate
A duplicate of another issue
Expected Behavior
Being able to provide JwtAuthenticationToken only when required.
Current Behavior
In the actual requirement, it is required to push a JwtAuthenticationToken in every call. It is very costly to get such a token. More than just making the call itself.
Context
we got poor performance when making call to very fast server api requiring a JwtBearer.
As a workaround, we redevelop the JwtBearer client provider to be able to ask for a Jwt token only when required.
The text was updated successfully, but these errors were encountered: