Skip to content
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

Preserve KeyName across key reloading. #133

Closed
wants to merge 1 commit into from
Closed

Preserve KeyName across key reloading. #133

wants to merge 1 commit into from

Conversation

ixonstater
Copy link

Right now an encryption key's name (created via \LightSaml\Credential\KeyHelper) is lost in the \LightSaml\Model\Assertion\EncryptedElementWriter->encrypt() method. It is lost because the key is reloaded at the top of the encrypt() method; I have added one extra line that will transfer the old key's name into the new key.

@theodorejb
Copy link
Contributor

theodorejb commented Feb 24, 2022

@william-suppo Why was this closed? Is the current behavior intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants