OAuth2AuthorizeRequest supports attributes #7341
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
We should add a member to
OAuth2AuthorizeRequest
of typeMap<String, Object>
that can be used for request attributes.In addition to this change, we should remove the
HttpServletRequest
andHttpServletResponse
members fromOAuth2AuthorizeRequest
and instead populate these into the request attributes member.This will also allow us to reuse
OAuth2AuthorizeRequest
as input toServerOAuth2AuthorizedClientManager.authorize()
and removeServerOAuth2AuthorizeRequest
.The text was updated successfully, but these errors were encountered: