Connector for SharePoint Server/Online Determine the GUID (optional)

The " Connector for SharePoint Server/Online " GUID is part of the redirect URI, which you must specify both in the " Connector for SharePoint Server/Online " in Intrexx and in Azure.

Only when the " Connector for SharePoint Server/Online " GUID is specified does the redirect URI become unique, allowing SharePoint and Intrexx to exchange data.

If necessary, you can determine the GUID of the " Connector for SharePoint Server/Online " yourself.

After the " Connector for SharePoint Server/Online " is completed, Intrexx automatically creates an XML file that contains the GUID of the " Connector for SharePoint Server/Online."

You can find the XML file in the Intrexx installation's file system at the following location:

<intrexx-installation-directory>\org\<portal-name>\internal\cfg\odata\connector/<connector-ID>.xml

Open the connector-Id.xml file in a text editor. You'll find the GUID between the <guid> tags.

<?xml version="1.0"encoding="UTF-8"standalone="yes"?>

<connector>

  <guid>88F8260DEA655234B087EFC539FA010BBD8B6AE9</guid>

   <name>SharePoint</name>

   <description></description>

   <connectorId>mssharepoint</connectorId>

   <properties>

            ...

   <properties>

        ...

<connector>

Example:

https://exampleportal.com/oauth2/token/88F8260DEA655234B087EFC539FA010BBD8B6AE9