Configure redirection settings for DAM

Version: 5.2

You must configure the redirection settings in Sitecore Digital Asset Management (DAM) to allow the Sitecore instance to access/display the Sitecore DAM.

To configure the redirection settings:

  1. In the Sitecore DAM main menu, click Manage.

  2. Click Settings.

    The Manage menu in Sitecore DAM
  3. On the Settings page, click PortalConfiguration, then click Authentication.

    The Settings page in the Manage section of Sitecore DAM
  4. In the drop-down menu, click Text.

  5. In the Providers node, for all SSP providers, set the authentication_mode value to Passive.

    Note

    If you have not configured SSO, you can skip this step, because then the authentication_mode is Passive by default.

    For example:

    RequestResponse
    "sitecore":
    [
        {
            "authentication_mode": "Passive",
            "client_id": "<ClientId>",
            "client_secret": "<ClientSecret>",
            "email_claim_type": "<ClaimTypeOverride>",
            "external_user_creation_url": "https://www.registerme.com",
            "identity_server_url": "<Url>",
            "is_enabled": true,
            "messages": {
                "signIn": "translationKey",
                "signInDescription": "translationKey",
                "signInTitle": "translationKey"
            },
    
            "provider_name": "Sitecore,",
            "username_claim_type": "<ClaimTypeOverride>"
        }
    ]
    Note

    For Content Hub 3.4.0 and higher, you must provide the translation keys in the messages configuration for the login screen without the T_ prefix that was used in previous versions. For example, ”signIn”:“T_translationKey” must be ”signIn”: “translationKey”.

  6. Save the changes.

Do you have some feedback for us?

If you have suggestions for improving this article,