How to Sign in to Saner CVEM via Auth0 Using SAML SSO

Modified on Mon, 27 Oct at 10:48 AM

Product version: 6.5.x.x


Overview

This article explains how to configure and enable Single Sign-On (SSO) access to Saner CVEM through Auth0 using the SAML protocol. By integrating Auth0 with Saner CVEM, organizations can enable centralized authentication and streamline secure access for users.


Pre-requisites for Signing In via Auth0 SSO

Before configuring SSO, ensure that you have the following details from your Auth0 Identity Provider:

  • Identity Provider Single Sign-On URL

  • X.509 Certificate

  • Issuer ID

These details are essential for completing the SAML configuration in Saner CVEM.


Steps to Configure SAML-Based SSO

Step 1: Retrieve Metadata Information from Saner CVEM

  1. Sign in to your Saner CVEM console: https://saner.secpod.com

  2. Go to the Control Panel.

  3. Under Settings, select SSO Authentication.

  4. Click Download SSO Metadata File.

  5. Open the downloaded metadata file in a text editor or browser.

  6. Copy and save the Entity ID and ACS URL — these will be used in Auth0 configuration.


Step 2: Configure SAML SSO in Auth0

  1. Sign in to your Auth0 Admin Console.

  2. Click Applications in the left menu, then select Applications.

  3. Click Create Application, choose Regular Web Application, name it (e.g., Saner CVEM App), and click Create.

  4. Once the app is created, open it and go to Settings.

  5. Under Application URIs, enter the Saner CVEM metadata details under Allowed Callback URLs.

  6. Scroll down and click Save Changes.

  7. Navigate to the Add-ons tab and enable SAML2 Web App.

  8. Click Settings and add the following JSON:

    { "mappings": { "email": "Email" }, "nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
    }


  9. Click Save and enable the SAML2 Web App add-on.


  10. Under the Usage section, download the metadata file and Auth0 certificate file.


Step 3: Configure SSO in Saner CVEM

  1. Go back to the SSO Authentication section in Saner CVEM.

  2. Click New SSO Policy.

  3. Enter the Issuer ID, SSO URL, and X.509 Certificate copied from Auth0.

  4. Provide a name and description for the SSO policy.

  5. Enable Signed Authentication if it was configured in Auth0.

  6. Click Create to save the policy.


Assigning Users to the App in Auth0

  1. Go to Applications in Auth0.

  2. Select the application you created for Saner CVEM (e.g., Saner CVEM App).

  3. Under Connections, enable the user database for which you want to allow access.


Assigning SSO Policy to Saner CVEM Users

Note: Ensure that the User Login ID in Saner CVEM matches the Auth0 Username before applying the policy.

  1. In Saner CVEM, go to the Control Panel.

  2. Click on Users.

  3. Select the users who should be assigned the Auth0 SSO policy.

  4. Under Actions, click Enforce SSO Authentication.

  5. Choose the Auth0 SSO Policy from the drop-down menu.

  6. Click Confirm.


How to Apply SSO Policy to a New Saner CVEM User

  1. Log in to Saner CVEM.

  2. Click Control Panel (top-right corner).

  3. The Control Panel page will display all organizations by default.

  4. Click the Users section.

  5. Click New User at the top-right corner.

  6. Enter the Login ID, Name, Organization, and Password.

  7. Select the Role of the user from the drop-down menu.

  8. Choose the Managing Organizations as needed.

  9. Under SSO Policy, select the previously created Auth0 SSO Policy.

  10. Click Create to save the user configuration.


Testing the SAML Configuration

Via SP-Initiated Flow

  1. Go to the Saner CVEM Sign-in page.

  2. Enter your email address and click Next.

  3. You will be redirected to Auth0 for authentication.

  4. If not already logged in, enter your Auth0 credentials.

  5. Once authenticated, you will be redirected back to Saner CVEM and signed in successfully.

Via IdP-Initiated Flow

  1. Sign in to your Auth0 End-User Dashboard.

  2. Click on the SAML App (Saner CVEM App) configured for Saner CVEM.

  3. You will be redirected to Saner CVEM and signed in automatically.


Conclusion

You have successfully configured and integrated Auth0 SAML-based SSO with Saner CVEM. Users can now securely authenticate to Saner CVEM using centralized credentials managed in Auth0, improving both convenience and security across the organization.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article