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

Add option to put a ds: prefix to signature fields, to not envelop the signature, and to put the signature after the issuer #29

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bertrandom
Copy link

The SAML v2.0 XSD specifies that the signature fields should be prefixed with ds:

https://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd

I've added an option that adds this prefix to all of the signature fields.

I've also added an option to not envelop the signature, and to instead have both a signed assertion and a signed message. I've also put the signature after the Issuer field to match the specification.

@mcastany
Copy link
Contributor

We added an option called signatureNamespacePrefix to specify the dsig namespace

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