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

SAML assertion signing using HSM #64

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

SAML assertion signing using HSM #64

wants to merge 3 commits into from

Conversation

troyfactor4
Copy link

@troyfactor4 troyfactor4 commented Apr 14, 2020

Description

Using an HSM or signing server for assertion signing is the most secure way to store private keys. These transactions typically need to take place over an asynchronous connection.

Added support for asynchronous XML signing using custom functions provided by the host application. I have created the relevant PR to xml-crypto and those have been published in xml-crypto@1.5.3

References

Fixes #63

Testing

Unit tests have been created using async XML signing and a custom signing function.

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

Checklist

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

Add signatureFunction as option for custom signing algorithm
-allows signing from key server or Hardware Security Module (HSM)
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.

SAML assertion signing using HSM
1 participant