Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this mode the Sitecore user is automatecally logged in and does not care about any username and or password. The connector looked at the Sitecore users roles and did a mapping to a Digizuite user. The user mapping between Sitecore roles and Digizuite users are done in this configuration, which kan be found in the DFS.Settings.config.

Code Block
languagexml
<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>

...

In this example we say if the Sitecore user has the role sitecore\Digizuite DAM for Sitecore Editors then use the Digizuite user DFS Editor, when entering Digizuite asset browser.

Info

If the Sitecore user is not part of any of the mapped roles, then he will be logged in with the first user in the list, in this case DFS Editor.