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

cert is reworked to be optional, since it is not mandatory for xml signature library #58

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

Conversation

MingZhang-PS
Copy link

Description

Cert shall not be forced as mandatory parameter for saml assertion signing. It is because the dependent lib xml-crypto only requires private key in order to signing xml document, refer https://github.com/yaronn/xml-crypto#signing-xml-documents. Cert is only used to verify the signature of saml response by assertion consumer.

References

#57

Testing

unit test is added to cover the new functionality

  • [v] This change adds test coverage for new/changed/fixed functionality

Checklist

  • [v] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • [v] All active GitHub checks for tests, formatting, and security are passing
  • [v] The correct base branch is being used, if not master

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

1 participant