Setting up SharePoint integration
Overview
This guide explains how to configure SharePoint integration with SignSpace, including adding metadata columns, linking them to SignSpace, and setting up archival rules.
Step 1: Receiving Certificate Thumbprint and Certificate
SignSpace provides the customer with:
Certificate thumbprint (Example:
F60ED97838EF60EF7F41F39980CA457SDSDSB1B073
)Certificate file (server.cer)
Step 2: Creating Client ID and Tenant ID
The customer must generate a Client ID and Tenant ID within their Azure AD environment.
For more information, see Uploading Your Certificate to Azure Portal
Step 3: Providing Configuration Details to SignSpace
The customer sends the following details to their SignSpace contact:
Client ID
Tenant ID
Base Site URL
SignSpace technical support will use this information to configure SharePoint integration in the customer’s SignSpace account.
Step 4: Adding Metadata Columns to SharePoint (Optional)
To enrich documents with metadata, the customer may create the following standard metadata columns in SharePoint:
Creator name
Contracting parties
Signatories
Reviewers
Signing request title
Signing date
After adding these columns, the customer should fill in the column IDs in the provided SharePoint Configuration Excel Sheet.
Note! If you have not received the Configuration Excel file, please contact your SignSpace representative to request a copy of the Excel Sheet.
Step 5: Configuring Additional Archival Settings
Customers may also configure additional options:
Default archive folder: Use this option if all files should be stored in a single folder.
Create archive folder for each signed file bundle: When enabled, a separate folder is created for signed files if multiple files exist.
Error report email: Define email addresses that will receive notifications about failed archive attempts.
This configuration should also be added to the SharePoint Configuration Excel Sheet.
Step 6: Finalising Configuration
Once the configuration is complete:
The customer sends the completed SharePoint Configuration Excel Sheet to their SignSpace contact.
SignSpace technical support updates the customer’s configuration.
Optional: Mapping SignSpace Metadata to SharePoint
You can create your own metadata fields in SignSpace. For instructions on the metadata functionality, visit: Metadata overview
You can store these metadata values in SharePoint when archiving files. Here are instructions on how to create columns in SharePoint and link them to metadata fields in SignSpace.
Step 1: Creating a Column in SharePoint
Navigate to the SharePoint library.
Add a new column with the desired name.
If the column name contains Scandinavian characters, verify its correct ID from the URL field (
…Field=<column ID>
).
Step 2: Creating a Matching Metadata Field in SignSpace
Go to SignSpace Metadata Management.
Create a metadata field with a name matching the SharePoint column.
Enter the SharePoint Column ID into the "External System Reference" field in SignSpace.
Note: If the SharePoint column name consists of multiple words, enter it in SignSpace without spaces.
Optional: Automating Contract Storage Locations
If contracts need to be stored in different SharePoint locations based on metadata values:
Create a list-type metadata field in SignSpace.
Add this list to metadata models used in the organisation.
Set the metadata field to mandatory in the model to ensure correct archival.
Note: When metadata field is set as mandatory in a model does not automatically require users to fill in the metadata—only if the model is selected. It's advised to configure metadata to include all necessary contract types and have set metadata selection as mandatory for all. This ensures a seamless archiving process.
Ask your SignSpace contact to make the metadata entry mandatory in your organsation's account configuration.
More details:
Uploading Your Certificate to Azure Portal
Follow these steps to register your application, upload a certificate, and retrieve the necessary configuration details.
1. Register a New Application
Sign in to Azure Portal and go to Azure Active Directory > App registrations.
Click New registration and enter the following details:
Name: Choose a name for your application.
Supported account types: Select Accounts in this organisational directory only (Single tenant).
Click Register.
2. Retrieve the Client ID and Tenant ID
After registration, stay in the Overview section of your app.
Copy the following values:
Application (client) ID → This is the Client ID.
Directory (tenant) ID → This is the Tenant ID.
These will be required in your configuration.
3. Configure API Permissions
Navigate to API Permissions > Add permission.
Select Request API permissions > SharePoint.
Choose Application permissions and add the necessary permissions.
Click Grant admin consent and confirm with Yes.
4. Upload the Certificate
Go to Certificates & Secrets. ⚠️ Do not add Client Secrets because it interferes with certificate-based authentication.
Click Upload Certificate and upload your CER certificate from your computer.
Once uploaded, click Add.
5. Retrieve the Thumbprint
Navigate to Manifest.
Find KeyCredentials and locate customKeyIdentifier.
Copy this value—it is the Thumbprint, which will be needed in your configuration.
Now, you have successfully registered the app, linked the certificate, and retrieved the required Client ID, Tenant ID, and Thumbprint for further configuration.
Last updated