Add ability to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7466
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
It would be nice to be able to customize
OAuth2AuthorizationRequestRedirectWebFilter
during configuring of OAuth2 login in the following way:http.oauth2Login().authorizationRequestRepository(requestRepository)
.Also for now
OAuth2AuthorizationRequestRedirectWebFilter
creates its own instance ofServerRequestCache
. I think commonServerRequestCache
(that is configured usingRequestCacheSpec
) should be used in this case.The text was updated successfully, but these errors were encountered: