-
-
Notifications
You must be signed in to change notification settings - Fork 472
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 support for encrypted name id in encrypted assertion #594
Add support for encrypted name id in encrypted assertion #594
Conversation
Remove validation error when document contains a decrypted name id
Can yo fix the lint error? |
Hey @pitbulk, I saw the run failed due to PHP Sniffer. I use a different intended / formatting tool at my IDEA. I'll fix the 'if' statement and request again. Best |
@pitbulk fixed the lint error. Please allow the workflow to run again. |
@pitbulk quick check in, could you please run the workflow again and merge the pull request if successful? Best |
@pitbulk thank you for merging. When will this be included in a release? |
Hi @pitbulk. I just wanted to ask if you see the possibility to create a new release? We need to incorporate this feature into our software as our clients are waiting for a new SAML Idp we only can connect with this feature merge. We would love to use a stable version of this library and don't want to integrate the dev branch. Happy to hear from you, |
@pitbulk any news on this? |
Hey @pitbulk,
this is the PR for the issue #318. I added a check for the existence of an
EncryptedID
element during the decryption of the assertion. If it exists, the same method can be called recursively to decrypt the encrypted name id.I also removed the validation error, that throws when an encrypted name id is detected in an encrypted assertion, since this is supported with this PR.
I added a signed SAML response with encrypted assertion that contains an encrypted name id to the test data and wrote a test case to ensure the validation of the response and the correct retrieving of the name id.
Let me know if that works for you, or you miss anything.
Best
Julius