Pass Http Request to OAuth2AuthorizationRequestResolver#authorizationRequestCustomizer #16306
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
Expected Behavior
It would be nice if we could use ServerWebExchange when customizing the Authorization Request using DefaultServerOAuth2AuthorizationRequestResolver#authorizationRequestCustomizer
At the moment, we only get the builder instance.
Current Behavior
Context
I would like to add additional query params to skip or enable login screen on Keycloak using kc_idp_hint query param, depending on where the user is coming from.
The text was updated successfully, but these errors were encountered: