Page History
...
- Configure a public DNS name for the CardioLog application server.
- 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.
- Verify that you have a user account with the SharePoint Administrator role in Office 365 Admin Center.
- Click the CardioLogAgent web application in IIS, choose Authentication, enable Anonymous Authentication and disable Windows Authentication.
In [CardioLog Installation Folder]\CardioLogAgent\Web.config, update the following key values (edit the CardioLog server public DNS name):
Info icon false <add key="overwriteConnectedUser" value="true" />
<add key="UseSPAuth" value="falsetrue" />
<add key="CardioLogAgentRoot" value="https://cardiologserverdnsname" />- 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.
...