ConnectLiveConfigGlobal.xml

The ConnectLiveConfigGlobal.xml file contains a copy of the Configuration.xml. Therefore, if you adapt your Configuration.xml file, do not forget to copy the content to the ConnectLiveConfigGlobal.xml.

The ConnectLiveConfigGlobal.xml is added to the client setup file and then stored locally. If the configuration cannot be downloaded from the server, the system accesses the connectLiveConfigGlobal.xml file.

Accessing CRM.connectLive in update.revolution SaaS

If you use CRM.connectLive in combination with update.revolution SaaS, authentication is carried out with the Revolution Access Service (RAS) using HTTP requests. RAS checks the credentials of a user and directs the request to the specific customer instance of Aurea CRM.

The users must enter their e-mail address as user name and their password.

To enable RAS you need to add the following node to the ConnectLiveConfigGlobal.xml file that you can find in the directory:

<revolutionauthentication>
          <ras>https://RAS-Web-Server</ras> Url to the RAS-WEB
          <appid>RasAppID</appid> RAS-Application-ID assigned to the User
          <\revolutionauthentication>