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

Fix signature location bug #203

Conversation

waterkip
Copy link
Collaborator

In the XSD of SAML metadata the signature should be present directly after the md:EntityDescriptor tag as a child node. We placed it at the bottom of the field violating the XSD of SAML metadata.

We should potentially fix it in XML::Sig but that is for another day.

In the XSD of SAML metadata the signature should be present directly
after the md:EntityDescriptor tag as a child node. We placed it at the
bottom of the field violating the XSD of SAML metadata.

We should potentially fix it in XML::Sig but that is for another day.

Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
Copy link
Contributor

@timlegge timlegge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@waterkip waterkip merged commit 0588768 into perl-net-saml2:master Feb 13, 2024
4 checks passed
@waterkip waterkip deleted the GH-201-xml_signature_for_saml_metadata branch February 13, 2024 13:44
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

2 participants