-
Notifications
You must be signed in to change notification settings - Fork 6k
Add setMetadataFilename method to Saml2MetadataFilter #9393
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
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, @GitHanter, for the PR! I've left my feedback inline.
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
Show resolved
Hide resolved
...c/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
Outdated
Show resolved
Hide resolved
samples/boot/saml2login/src/main/java/sample/SecurityConfig.java
Outdated
Show resolved
Hide resolved
Really appreciate your detail review, I'll resolve the issues you point out and force push two commits :
|
@GitHanter are you able to make the requested changes? I'm happy to help make them if you are busy. |
@jzheaux Sorry for the delay. I was on my Spring Festival vacation last week, I'll do it this weekend CST. |
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, @GitHanter! I've left just a bit more feedback inline.
...t/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilterTests.java
Show resolved
Hide resolved
...c/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
Show resolved
Hide resolved
@GitHanter, thanks again for the PR! This is now merged into |
Add setMetadataFilename method to Saml2MetadataFilter
Populated shared objects RelyingPartyRegistrationRepository and DefaultRelyingPartyRegistrationResolver in Saml2LoginConfigurer class
Closes gh-9317