Permissions - Precisely Data Integrity Suite

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

Describes the authentication method and permissions required to configure a TIBCO Spotfire Server connection in Data Integrity Suite.

API Access

TIBCO Spotfire Server uses WebService API combined with OAuth 2.0 authentication for secure metadata access.

OAuth 2.0 API Client Registration

You must register an OAuth 2.0 API client using the Spotfire Server command-line configuration tool. Follow these steps:

  1. On the computer running Spotfire Server, open a command line as an administrator and change the directory to the command-line configuration tool (config.bat on Windows or config.sh on Linux). The default location is server_installation_dir/tomcat/bin.
  2. Export the active server configuration from the Spotfire database into a local configuration.xml file using the export-config command. For example: config export-config --tool-password=mypassword
  3. Register a new OAuth 2.0 API client using the register-api-client command. For example: config register-api-client -n OAuthClient1 -Sapi.soap.library-service -Sapi.library.read
  4. Note the client credentials for use in Data Integrity Suite.

Required API Scopes

The registered API client must have access to the following scopes:

  • api.soap.library-service: Allows access to library metadata
  • api.library.read: Allows read-only access to library content

Optional DXP Download Credentials

If you plan to download Spotfire DXP files, an Enterprise Player license may be required. Optional download user credentials can be configured for this purpose.