Replies: 1 comment
-
All above are correct . Notice that your ** decryptionCert** will be used by IDP to encrypt assertions. I'm not aware of any use-case where the SP send encrypted SAML Requests to IDP, are you sure that's your goal?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new in SAML authentication and I'm a little confused about cert params in passport-saml.
With a simple signing cert from IDP, I made my authentication work, but now I have to authenticate through a IDP server using both encryption and signing certificates.
How can I both set them up ?
Concerning the certs, if I had to resume the params (tell me if I'm wrong):
and in the generateServiceProviderMetadata() function:
Last question, If my SP doesn't use an encryption certificate, decryptionCert in generateServiceProviderMetadata() function should be null or the same as signingCert ?
Beta Was this translation helpful? Give feedback.
All reactions