-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
The SAML response contains duplicate sections of "ds:Reference" #11604
Comments
I do have the exact same issue |
The issue changed for me. It still has two entries, but not identical ones:
Maybe its adding one entry for signed assertions and one for sign responses? |
I'm running into almost the same issue (or one that is very closely related). Using https://samltool.io, I can get valid assertion signing to work, but not responses and not both assertions or responses. I did find reference to something similar in issue #7873, but it appears they were mostly talking about a SAML source, not a provider. From what I can tell, both the signed assertions and response options are being added to the assertions node rather than in different places (directly under the response node rather than the assertion node). I'm still trying to validate that thought process by manually changing the response around to see what the results show on the samltool.io debugger, but wanted to share my initial findings if it helps get a fix into the works. -DC |
Describe the bug
The SAML response contains duplicate sections of "ds:Reference"
According to a java SAML implementation this referency should be unique and therefore the SAML response is rejected.
To Reproduce
Expected behavior
ds:Reference should be unique according to my information.
Version and Deployment (please complete the following information):
Additional context
Here is one of the faulty saml responses. I removed all information specific to our deployment.
Thanks and best regards,
Tobias
The text was updated successfully, but these errors were encountered: