Configure redirection settings for DAM
How to configure redirection settings for DAM to allow Sitecore to access and display the Sitecore 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
Providers
node, for all SSP providers, set theauthentication_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:
"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 theT_
prefix that was used in previous versions. For example,”signIn”:“T_translationKey”
must be”signIn”: “translationKey”
.Save the changes.