-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Use LdapName
instead of DistinguishedName
#17325
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
base: main
Are you sure you want to change the base?
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, @therepanic! I've left some feedback inline.
In addition to that feedback, will you please place the ticket number in the description instead of the title, like so:
Use LdapName instead of DistinguishedName
Closes gh-17301
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright 2002-2013 the original author or authors. | |||
* Copyright 2002-2025 the original author or authors. |
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.
Since this file didn't have any code changes in the end, will you please remove it from the PR?
@@ -96,44 +96,6 @@ public class RelyingPartyRegistration implements Serializable { | |||
private final Collection<Saml2X509Credential> signingX509Credentials; | |||
|
|||
protected RelyingPartyRegistration(String registrationId, String entityId, String assertionConsumerServiceLocation, |
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.
Will you please remove this? I believe there is a separate PR taking care of RelyingPartyRegistration
.
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.
I apologize, I don't know how it got here.
Closes spring-projectsgh-17301 Signed-off-by: Andrey Litvitski <[email protected]>
I assume the build tests are failing not because of my changes? |
Resolves: #17301