-
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
Add new configuration options for OAuth2LoginSpec #6462
Conversation
@nickbr23 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@nickbr23 Thank you for signing the Contributor License Agreement! |
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.
This looks great @nickbr23. Can you please update the Copyright header and add tests in OAuth2LoginTests
.
@@ -53,6 +53,7 @@ | |||
import org.springframework.security.oauth2.client.web.server.OAuth2AuthorizationCodeGrantWebFilter; |
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.
Please update Copyright header to 2019
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.
Done and updated the unit test in OAuth2LoginTests
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.
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.
All done.
c0185e7
to
a2b8943
Compare
Closed via b581bb7 |
Thank you @nickbr23! The commit message didn't exactly follow the expected format. I updated it for you. Please take a look so you know for the next time. I also added javadoc. Thanks again for taking this on and I look forward to seeing some more contributions from you :) |
Improve Oauth2LoginSpec with:
OAuth2LoginSpec.authorizationRequestResolver(ServerOAuth2AuthorizationRequestResolver authorizationRequestResolver)
and
OAuth2LoginSpec.authenticationMatcher(ServerWebExchangeMatcher authenticationMatcher)