Versions Compared

Key

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

...

Code Block
<section name="azureActiveDirectory" type="DigiEyeZ.Framework.WebLibrary.Configuration.AzureActiveDirectorySection" /


Configuration examples

DAM Center API server only

...

Code Block
<azureActiveDirectory>
    <server enabled="true" templateMemberId="23" />
  </azureActiveDirectory>

This configuration enables other clients to use AAD, however the DAM Center client itself will use ordinary login.


DAM Center API server with client single tenant login

Code Block
<azureActiveDirectory>
    <server enabled="true" templateMemberId="23" />
    <client enabled="true" clientId="33384545-4fe0-4b68-85d6-9edcb35c4690" tenant="mytenantid.onmicrosoft.com" />
  </azureActiveDirectory>