Skip to content

Add support for cert_text in Net::SAML2::Object::Response - #251

Closed
MartijnVdS wants to merge 1 commit into
perl-net-saml2:masterfrom
MartijnVdS:cert_text
Closed

Add support for cert_text in Net::SAML2::Object::Response#251
MartijnVdS wants to merge 1 commit into
perl-net-saml2:masterfrom
MartijnVdS:cert_text

Conversation

@MartijnVdS

Copy link
Copy Markdown

Certificates passed as cert_text will be used as "pinned" certificates: signatures will be trusted only when that exact certificate is used for signing the assertions.

Fixes: #249

Certificates passed as `cert_text` will be used as "pinned" certificates:
signatures will be trusted _only_ when that exact certificate is used for
signing the assertions.

Fixes: perl-net-saml2#249
@MartijnVdS MartijnVdS closed this Aug 4, 2026
@MartijnVdS

Copy link
Copy Markdown
Author

Sorry, seems like were already way ahead of me :)

@MartijnVdS
MartijnVdS deleted the cert_text branch August 4, 2026 11:02
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.

Net::SAML2::Object::Response->new_from_xml ignores cert_text parameter, only passes cacert when creating an Assertion object

1 participant