Configure EAA for signed SAML requests
Enables EAA to send signed SAML assertions
to AD FS.
How to
- Return to your AD FS IdP in EAA.
- Under Authentication configuration settings, select Sign SAML Request.
-
Copy the certificate text to a new file called
cert.pemand convert to a DER encoded certificate called
cert.cer. Based on the machine, execute the command:.
- For a windows machine, open a command window and type: CertUtil -decode cert.pem cet.cer
- For a linux machine, open a terminal and type: Openssl x509 -outperform der -in cert.pem -out cert.cer
- Click Save.