Configure redirection settings for DAM
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:
-
In the Sitecore DAM main menu, click Manage.
-
Click Settings.
-
On the Settings page, click PortalConfiguration, then click Authentication.
-
In the drop-down menu, click Text.
-
In the
Providersnode, for all SSP providers, set theauthentication_modevalue to Passive.NoteIf you have not configured SSO, you can skip this step, because then the
authentication_modeis 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>" } ]NoteFor Content Hub 3.4.0 and higher, you must provide the translation keys in the
messagesconfiguration for the login screen without theT_prefix that was used in previous versions. For example,”signIn”:“T_translationKey”must be”signIn”: “translationKey”. -
Save the changes.

