AuthorizationCodeAuthenticationProcessingFilter -> favor query request matching #4576
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Milestone
The current
RequestMatcher
forAuthorizationCodeAuthenticationProcessingFilter
uses path matching, for example:/oauth2/authorize/code/{clientAlias}
It might make more sense to use query parameter matching instead. This would potentially allow the user to reuse the
redirect-uri
for 2 or moreClientRegistration
configured with the sameclientId
.GitHub only supports setting 1
redirect-uri
per client. With the current setup this poses an issue when configuring 2 or more GitHubClientRegistration
's with the sameclientId
The text was updated successfully, but these errors were encountered: