Overview
The frevvo SharePoint Connector and Save to Sharepoint SharePoint document action wizard make it easy to create forms and approval workflows that validate information, route for signatures as required and save the data and documents to a secure SharePoint website. The Connector was designed to integrate with Office 365 SharePoint Online.
Warning |
---|
To use the Sharepoint SharePoint Connector, customers need a valid Office 365 SharePoint account. |
...
The SharePoint wizard guides you through connecting your forms/workflows to SharePoint.
...
SharePoint
...
Connector Configuration
First, choose which configuration scenario is best for you. Follow the links for detailed instructions.
- Cloud Customers Connecting to SharePoint Online - This configuration had has been certified by frevvo. Follow these steps:
In-house Customers connecting to SharePoint Online - This configuration has been certified by frevvo. Follow these steps:
Info frevvo only supports/certifies the SharePoint Connector running in the Apache Tomcat container.
- Configure frevvo as a SharePoint Add-in
- Download the SharePoint Connector. Rename it to sharepoint.war. Copy it to the <frevvo-home>\tomcat\webapps folder
- Configure SharePoint for your frevvo tenant
- Connect your Forms/Workflows using the SharePoint wizard.
- In-house customers using SharePoint On-premise - this configuration is supported but not certified.
- Customers using SharePoint On-premise also need an Office 365 SharePoint Online account. This is necessary to obtain an authorization token. There is no data transfer from the SharePoint On-premise to SharePoint Online.
- Customers are responsible for configuring the On-premise installation and the integration 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.
- frevvo Cloud customers connecting to SharePoint On-premise - This configuration is supported but considered unlikely as SharePoint On-premise it requires your On-premise SharePoint to be exposed to the Cloud.
- Customers are responsible for configuring the On-premise installation and it's exposure to the Cloud.
- Customers are responsible for configuring the On-premise installation and it's exposure to the Cloud.
Configuring the SharePoint Connector
These instructions assume you are a frevvo Cloud customer or have an in-house installation of up and running using the frevvo Tomcat bundle. Follow these steps:
Step 1 - Configure frevvo as a SharePoint App/Add-in
must be added as a SharePoint provider-hosted add-in by your global Office 365 tenant SharePoint Global Administrator. The process is described in Steps
- Follow steps 1 and 2
...
- in this Microsoft SharePoint
...
- article.
- Copy the Client Id and client Secret and save them somewhere on your desktop. You will need to add these values when configuring your tenant for SharePoint.
...
Tips for Configuring the frevvo Add-in
- The Title can be anything that can differentiate your frevvo SharePoint application from other applications.
- The app domain field should be the server domain name plus the SSL port. It should be the same <server>:<port> as the redirect URL.
- Cloud customers: app.frevvo.com:443 for Cloud customers<server>:8443 for an in-house installation.
- On Premise customers: <server>:8443 (or your <server>:<port> if not using the default)
The Redirect URI for is shown below where the <server>:
<port><port> is the same host and port in the URL used to access
frevvo.
For a cloud customer, that would be app.frevvo
.com:443.For an on-premise customer, a typical example would be <server>:8443.
Code Block title Redirect URI https://<server>:<port>/frevvo/web/sharepoint/token
...
- The Permission Request XML should be: You can copy
Cloud customers: app.frevvo.com:443
- On Premise customers: <server>:8443 (or your <server>:<port> if not using the default)
- Remember SharePoint only allows https.
Permission Request XML - Copy/paste this xml into the Permission Request XML box.
Code Block <AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="Manage" /> </AppPermissionRequests>
Remember SharePoint only allows https.
Tip |
---|
We recommend that you create a separate user in SharePoint for frevvo forms connection, and use that user while configuring the Save to SharePoint wizard in frevvo forms. This frevvo specific SharePoint user always remains active and eliminates issues if the designer user configured your forms to submit to SharePoint using their own SharePoint login and then leaves the company. |
Step 2 - Configure the frevvo Tenant for SharePoint
...
Excerpt | ||||
---|---|---|---|---|
|
...
If your users see an error like "org.springframework.security.oauth2.client.resource.UserRedirectRequiredException: A redirect is required to get the users approval" when accessing or trying to submit a form, the cause is that your Sharepoint Token has expired. The user who owns the Sharepoint Account (usually the designer) will need to login and provide consent to refresh the token. You can learn more in this Microsoft Documentation. Currently frevvo does not provide a way to generate a new refresh token automatically. This feature may be added in a future release. However, until then the Sharepoint account user will have to provide consent for a fresh token every 6 months.