Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

The purpose of the document is to guide you through all the necessary steps that needs to be taken in order to enable Digizuite™ Office Connector on any computer inside your domain.


The installer looks for a file named configuration.xml, inside the folder where .msi file resides.

The file has the following format:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="digiConfig">
<section name="services" type="DigiEyeZ.Framework.WebLibrary.Configuration.ServicesSection, Framework.WebLibrary" />
<section name="log" type="DigiEyeZ.Framework.Library.Configuration.LogSection, Framework.Library" />
</sectionGroup>
</configSections>
<digiConfig>
<services connectBindingName="WSHttpBinding_IConnect" searchBindingName="WSHttpBinding_ISearch" />
<log name="DigiZuiteMSOfficeConnector" path="%logroot%\DigiZuiteMSOfficeConnector" filter="Warning" />
</digiConfig>
<appSettings>
<add key="backendurl" value="" />
<add key="signonurl" value="" />
<add key="usesinglesignon" value="false" />
<add key="adfsstsfqdn" value="" />
<add key="useadfssts" value="false" />
<add key="uilanguage" value="en" />
<add key="credentials" value="" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>
  • backendurl – URL that points to Digizuite™ DAM Center 
  • signonurl – URL of single sign on web service
    • Example: http://customer.dam.digizuite.com/Dmm3SSOWS/SingleSignOn.svc
    • The feature requires that DMM3SSOWS is configured to use Windows Login against Active Directory.
      • Note: the web service can be moved to an internal web server. If that would be the case, web.config must be modified. See comments in web.config.
  • usesinglesignon – true/false
  • adfsstsfqdn – domain name of STS service, if ADFS is used 
  • useadfssts – use ADFS STS for singe sign on – true/false
  • uilanguage – language to be used: en, da, de, sv
  • credentials – credentials to be used if common user is desired
    • Note: it contains encrypted credentials. Install DigiZuite™ Office Connector and fill in the credentials, then retrieve the value from: C:\Users\<user>\AppData\Local\DigiEyeZ\DigiZuiteMSOfficeConnector\ DigiZuiteMSOfficeConnector.config


  • No labels