TIBCO Spotfire® Server and Environment - Installation and Administration

Configuring the Microsoft SharePoint Online connector

To be able to use the Microsoft SharePoint Online connector in your Spotfire web clients, you must add the application (client) id and client secret of a registered app in Microsoft Azure in the web player service configuration.

Procedure

  1. In your registered app in Microsoft Azure, add the following address as a Web Redirect URI:
    https://<spotfire_server>/spotfire/wp/oauth2/code
  2. Then add the application (client) ID and client secret in the <Spotfire.Dxp.Data.Adapters.MicrosoftCommon.Properties.Settings> settings in the Spotfire.Dxp.Worker.Host.exe.config file.
    <Spotfire.Dxp.Data.Adapters.MicrosoftCommon.Properties.Settings>
          <setting name="ClientId" serializeAs="String">
            <value>My application (client) ID</value>
          </setting>
          <setting name="ClientSecret" serializeAs="String">
            <value>My Client Secret</value>
          </setting>
    </Spotfire.Dxp.Data.Adapters.MicrosoftCommon.Properties.Settings>
    

For detailed instructions, see the topic Enabling the Microsoft SharePoint Online connector in Spotfire web clients in your version of the Spotfire Analyst User's Guide.