Versions Compared

Key

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

...

CardioLog Analytics allows you to easily integrate with Microsoft's SharePoint Online for both intranet and public internet SharePoint sites.

Following the product installation and before running the Configuration Wizard, please do the following:

  1. Configure a public DNS name for the CardioLog application server.
  2. If you have a secured SharePoint Online site, create a certificate (Requires purchase of an SSL certificate from a certificate authority) for the CardioLog application server and configure SSL for the CardioLog web application in IIS.
  3. Verify that you have a Microsoft Live ID user account with the SharePoint Administrator role in Office 365 Admin Center.
  4. Click the CardioLogAgent web application in IIS, choose Authentication, enable Anonymous Authentication and disable Windows Authentication.
  5. In [CardioLog Installation Folder]\CardioLogAgent\Web.config, update the following key values (edit the CardioLog server public DNS name): 

    Info
    iconfalse

    <add key="overwriteConnectedUser" value="true" />
    <add key="UseSPAuth" value="true" />
    <add key="CardioLogAgentRoot" value="https://cardiologserverdnsname" /> 

  6. Verify that the CardioLog Tracking Agent web application is accessible over the internet by browsing to https://cardiologserverdnsname/CardioLogAgent/ca.aspx (edit the CardioLog server public DNS name).

    Note
    : The CardioLog server public DNS name should be accessible over the internet.

...