Skip to main contentThis is an optional step in addition to configuring Curator for SAML authentication. See these links for help
configuring SAML within Curator first:
Configuring Curator to Sign SAML Requests
If your SAML Identity Provider (IdP) requires SAML requests to be signed, you’ll need a certificate and private key in
Curator’s authentication settings. Curator can automatically generate these for you, or you can provide your own.
Automatic Certificate Generation (Recommended)
Curator will automatically generate a self-signed certificate and private key when you import your IdP’s SAML metadata
for the first time. This certificate is valid for 1 year and uses 4096-bit RSA encryption.
Steps:
-
- In the General section at the top, click Import SAML Metadata and upload your IdP’s metadata XML file.
- Curator will automatically generate and populate the Service Provider Certificate and Service Provider Private
Key fields in the SAML Advanced section.
- Expand the SAML Advanced section and toggle on the Sign Log In Requests and Sign Logout Requests options.
- Save the changes.
- You will likely need to send the certificate file to your SAML IdP administrator.
Manual Certificate Generation (Optional)
If you prefer to generate certificates manually or need to regenerate them (e.g., for periodic security rotation), you
have two options:
-
- Expand the SAML Advanced section.
- Click the Regenerate Certificate button.
- The Service Provider Certificate and Service Provider Private Key fields will be automatically populated.
Option 2: Generate Your Own Certificate
- Generate a certificate and private key using an external tool (e.g., SAMLTool.com
or OpenSSL).
- Navigate to Curator’s Backend > Settings > Security > Authentication Settings and expand the
SAML Advanced section.
- Copy the certificate contents and paste them into the Service Provider Certificate field.
- Copy the private key contents and paste them into the Service Provider Private Key field.
- Save the changes.
Final Steps
After setting up your certificate (automatically or manually):
- Toggle on the Sign Log In Requests and Sign Logout Requests options in the SAML Advanced section.
- Save the changes.
- Send the certificate file to your SAML IdP administrator.
- If the Certificate field (the field above the Service Provider Certificate) is blank, you’ll need to get an
updated metadata file from your IdP administrator and import it using the button in the General section at the top
of the page.