Expected Behavior
I expect JwtAuthenticationConverter#convert to receive BearerTokenAuthenticationToken#details in addition to the jwt.
Current Behavior
JwtAuthenticationConverter#convert only receives the jwt.
Context
To authenticate a BearerTokenAuthenticationToken I need to access the BearerTokenAuthenticationToken#details from JwtAuthenticationConverter#jwtPrincipalConverter. This prevents me to use JwtAuthenticationProvider.
Expected Behavior
I expect
JwtAuthenticationConverter#convertto receiveBearerTokenAuthenticationToken#detailsin addition to thejwt.Current Behavior
JwtAuthenticationConverter#convertonly receives thejwt.Context
To authenticate a
BearerTokenAuthenticationTokenI need to access theBearerTokenAuthenticationToken#detailsfromJwtAuthenticationConverter#jwtPrincipalConverter. This prevents me to useJwtAuthenticationProvider.