-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
I am running node v14.8
To test assertion encryption, I created a key pair (btw.. without encryption everything works fine)
openssl genrsa -out assertion-enc-key.pem 2048
openssl rsa -in assertion-enc-key.pem -outform PEM -pubout -out assertion-pub-key.pem <--extracted public key from above file
run the tool using below command line options.
node app.js --acsUrl http://cockerham.stratus.lk/Tenant/TestSsoAssertionConsumer
--audience http://cockerham.stratus.com
--encryptAssertion true
--encryptionPublicKey ./assertion-pub-key.pem
--encryptionCert ./assertion-enc-key.pem
Once I login; in the console it shows
Generating SAML Response using => { ... data to generate ... }
Then it gives below error and quits. I feel I may be using the options/keys wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
