Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Customers are responsible for configuring the On-premise installation and the integration with with SharePoint Online. The On-premise version of SharePoint must be version 2013+. Refer to this Microsoft website for information about how to use Office 365 to allow to authenticate.
Configuring the SharePoint Connector
...
Code Block |
---|
https://<server>:<port>/frevvo/web/sharepoint/token |
...
Step 2 - Configure the Live Forms Tenant for SharePoint
...
Login to as the tenant admin
Click the Edit Tenant link.
- Click the blue arrow to expand the SharePoint section.
This URL is needed if you are using in the cloud and installing the connector locally. Enter the URL where your installation that is configured for SharePoint is located. This URL must use the https protocol.
The URL in the Connector URL field will override the connector url that is specified as an installation parameter in the <frevvo-home>\tomcat\conf\catalina\frevvo.xml file. In some cases you can leave this field blank.
Info The default value is shown below:
<Parameter name="frevvo.sharepoint.connector.url" value="http://localhost:8082/sharepoint" override="false"/>
Enter the Client Id and the Client Secret, that you saved in Step 1 into the respective fields.
- Enter the SharePoint Domain Name e.g. <Your SharePoint tenant name>.sharepoint.com - there is a dot between the SharePoint tenant name and sharepoint.com
- To determine the realm for your SharePoint site :
Navigate to https://<tenant>.sharepoint.com/_layouts/appprincipals.aspx - change the <tenant> to the name of your SharePoint tenant - e.g. https://frevvo.sharepoint.com/_layouts/appprincipals.aspx
Find your registered application in the list and and look at the App Identifier column. The unique identifier after the @-sign in the App Identifier is the app realm and must be entered in the Realm field.
- Click Submit.
SharePoint Token - under construction
The SharePoint connector stores refresh tokens in when the designer first uses the Save to SharePoint wizard to set up form/flows. Once sotred, the token is used for all subsequent interactions with SharePoint. Eventually the refresh token will expire. Whe this happens, writes to your SharePoint site will fail.
Step 3 - Connect Forms and Flows with the SharePoint wizard
...