When accessing the Digizuite asset browser, the connector can be setup to login automatically or the user will be presented with a login screen. So by this we mean eighter individual user login or a shared user logim. By default the individual user login is enabled.
In the config file App_Config → Include → damforsitecore → DFS.Settings.config, the setting <setting name="DFS.LoginType.IndividualUsers" value="true" />
, controls which mode.
Individual user login
In this mode the user has to enter a username and password to access the assets. You get the username and pasword from you contacts person at Digizuite.
Shared user (auto login)
In this mode the Sitecore user is automatecally logged in and does not care about any username and password. The connector looked at the Sitecore users roles and did a mapping to a Digizuite user.
<DFS.User.Mapping> <add role="sitecore\Digizuite DAM for Sitecore Editors" username="DFS Editor" password="6Jz7b6KBnFvdLW9y" /> <add role="sitecore\Digizuite DAM for Sitecore Users" username="DFS User" password="y4hygmerdtuFqqe6" /> </DFS.User.Mapping>
sdf