Move additionalParameters to TokenResponseAttributes #4554
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: bug
A general bug
Milestone
The current implementation of
TokenResponseAttributes.build()
is as follows:Notice that
this.additionalParameters
is associated with theAccessToken
, which in fact, it should be associated with theTokenResponseAttributes
.The additional parameters are custom parameters (optional) that may be returned on a Successful Token Response.
The text was updated successfully, but these errors were encountered: