Knowledge Base

Configuring Cartella as a Service Provider

This article demonstrates how to configure Cartella as a Service Provider by setting up saml.config.


Step-by-Step

To configure Cartella as a Service Provider (SP):

  1. Navigate to the installation folder of your Cartella site.
  2. Locate the saml.config file at the root of the installation, and open it in a text or XML editor.
  3. Configure the root element, ServiceProvider:
    • Name: Enter the service provider name. The name can be just Ingeniux-Cartella or another unique value.
    • Description: Enter a provider description.
    • AssertionConsumerServiceUrl: An IdP will require this value for SSO configuration. The AssertionConsumerServiceUrl must be in the format https://path-to-cartella-site/CSAML/AssertionConsumerService.
      Note

      The AssertionConsumerServiceUrl may be referred to as the Single Sign On URL in other IdP systems.

    Note

    If your IdP requires a signature certificate for SAML requests, you can configure the ServiceProvider element block with the LocalCertificateFile and LocalCertificatePassword attributes for this scenario. When providing signature certificates for your IdP, it's recommended that you consult with your system administrator to find out which certificates are available for distribution and configuration within the Cartella.

  4. Uncomment and configure the appropriate PartnerIdentityProvider element as shown in this portion of a sample, Okta configuration file:

    Partner Identity Provider Element

  5. Save changes to saml.config.
  6. After deploying these changes, recycle the Cartella application pool.

Additional Information

Note

The UserID in the SAML assertion (e.g., email address, etc.) must match a user ID in Cartella for authentication to succeed.

  • PRODUCT: Cartella
  • Published: March 11, 2019
  • LAST UPDATED: September 19, 2023
  • Comments: 0

Please login to comment

Comments


There are no comments yet.