tngan / samlify

Node.js library for SAML SSO
https://samlify.js.org
MIT License
601 stars 214 forks source link

Allow arrays of certs to be provided #499

Closed mastermatt closed 1 year ago

mastermatt commented 1 year ago

Brings the signingCert and encryptCert args on the entities up to parity with raw metadata when multiple KeyDescriptors are desired for each use.

@tngan

tngan commented 1 year ago

@mastermatt Thanks for bringing this. I will merge this PR first, we will need to consume in signature verification & encryption function if multiple certificates are given.