Determine Connector for SharePoint Server/Online GUID (optional)
The Connector for SharePoint Server/Online GUID is part of the Redirect URI, which you must store both in the Connector for SharePoint Server/Online in Intrexx and in Azure.
The Connector for SharePoint Server/Online GUID is what makes the redirect URI unique, so that SharePoint and Intrexx can exchange data.
If necessary, you can determine the GUID of the Connector for SharePoint Server/Online yourself.
Once the Connector for SharePoint Server/Online has been completed, Intrexx will automatically create an XML file containing the GUID of the Connector for SharePoint Server/Online.
You can find the XML file in the file system of the Intrexx installation in the following location:
<intrexx-installationsverzeichnis>\org\<portalname>\internal\cfg\odata\connector/<connector-Id>.xml
Open the connector-Id.xml with an editor. You can find the GUID between the <guid> tags.
<?xmlversion="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