-
Notifications
You must be signed in to change notification settings - Fork 6k
Add OAuth2LoginSpec#securityContextRepository #7244
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
Conversation
Travis CI failed because:
which is clearly not related to the proposed changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ilgrosso! I've left some feedback inline.
Also, would you please change the format of your commit so that it looks more like:
Title
Fixes gh-7222
Where the title briefly describes what was done.
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
Outdated
Show resolved
Hide resolved
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
Show resolved
Hide resolved
@jzheaux please take a look again and let me know, thx |
Thanks, @ilgrosso! This is now merged into |
Cool, thx for review @jzheaux |
Following discussion at #7222 ,
OAuth2LoginSpec#securityContextRepository
was added.