A.4 Generating Files for SAML Signed Request

Security Assertion Markup Language (SAML) signed request that is cryptographically signed to ensure its authenticity and integrity. It is typically used to authenticate and authorize users between the Identity Provider and Service Provider.

To create .cer and .pem files for SAML signed request:
  1. Navigate to <COMPLIANCE_STUDIO_INSTALLATION_PATH> directory.
  2. Execute the following command.
    openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout spprivatekey.
    pem -out sp-certificate.cer