-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpSessionOAuth2AuthorizationRequestRepository handle multiple OAuth2AuthorizationRequest per session #5110
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Comments
jgrandja
added
type: bug
A general bug
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
labels
Mar 13, 2018
jgrandja
added
type: enhancement
A general enhancement
and removed
type: bug
A general bug
labels
Mar 13, 2018
jgrandja
added a commit
to jgrandja/spring-security
that referenced
this issue
Mar 19, 2018
…2AuthorizationRequest per session Fixes spring-projectsgh-5110
candrews
added a commit
to candrews/spring-security
that referenced
this issue
May 10, 2021
… default Add setAllowMultipleAuthorizationRequests allowing applications to revert to the previous functionality should they need to do so. Closes spring-projectsgh-5145 Intentionally regresses spring-projectsgh-5110
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
… default Add setAllowMultipleAuthorizationRequests allowing applications to revert to the previous functionality should they need to do so. Closes spring-projectsgh-5145 Intentionally regresses spring-projectsgh-5110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
The current implementation of
HttpSessionOAuth2AuthorizationRequestRepository
should be capable of saving multipleOAuth2AuthorizationRequest
's for a particularHttpSession
.There may be a scenario where a user triggers an Authorization Request for more than one client at a time (in subsequent steps).
The text was updated successfully, but these errors were encountered: