How Can I Enable Office 365 Support for my AgiePoint for Azure AgileShapes?

To enable your existing SharePoint AgileShapes to work with SharePoint for Office 365, do the following.

Prerequisites

Instructions

  1. In the file Root\deployment\apsvc\netflow.cfg, add the following:
    <integration>
         <application name="SPSIntegration" impersonator="apaz_admin" 
              assemblyName="Ascentn.SharePoint.AgileConnector" 
              className="Ascentn.SharePoint.AgileConnector.SPConnectorDaemon"/>
    </integration>
  2. Upload the file Ascentn.SharePoint.AgileConnector.dll.config to the Azure folder Root\deployment\apsvc\bin
  3. In the file Ascentn.SharePoint.AgileConnector.dll.config, update the values in the following <appsettings> keys as appropriate for your environment:
    <add key="MinimumThreadsInPool" value="1">
    <add key="MaximumThreadsInPool" value="10">
    <add key="UseAgilePointSystemUserCredentials" value="False">
    <add key="CustomCredentialUserName" value="Office365@agilepoint.com">
    <add key="CustomCredentialPassword" value="InstallersXXX">
    <add key="CustomCredentialDomainName" value="">
    <add key="UseFormBasedAuthentication" value="True">
    <add key="UseOffice365Authentication" value="True">
    <add key="UseUTF8Encoding" value="False">

    These field names are basically the same as the fields used for Configuring the SharePoint Integration AgileConnector

Downloads

Ascentn.SharePoint.AgileConnector.dll.config.zip.