-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
make SP NameIDPolicy configurable in RelyingPartyRegistration #9227
Conversation
I have updated #9115, I am not the reporter so, I added a comment, I cannot edit the issue. |
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.
@amergey, thanks for your patience on this review. I've left some feedback inline.
Would you please update the copyright year on any edited files and also squash your commits?
We can schedule this for 5.7.0-M1.
@@ -81,6 +81,8 @@ | |||
|
|||
private final Saml2MessageBinding assertionConsumerServiceBinding; | |||
|
|||
private final String nameIDFormat; |
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.
For consistency, will you please lowercase acronyms like so: nameIdFormat
. Please do the same for the associated getter and setter.
/** | ||
* Get the NameID format. | ||
* @return the NameID format | ||
* @since 5.5 |
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 @since
flags to 5.7
I tried to made requested changes, but this PR is quite old already and I have trouble to rebase it to main, it would have been better to make these suggestions last year .... |
I'm sorry it took so long to get back to this. I corrected the rebase and this is now merged via |
closes gh-9115