To be able to use the Microsoft SharePoint Online connector in
your Spotfire web clients, you must add the
application (client) id
,
client secret
, and
tenant ID
(if you want to use single-tenant
authentication) of a registered app in Microsoft Azure in the web player
service configuration.
About this task
For detailed
instructions, see the topic 'Enabling the Microsoft SharePoint Online connector
in Spotfire web clients' in your version of the
Spotfire User Guide.
Procedure
-
In your registered app in Microsoft Azure, add the following
address as a Web Redirect URI:
https://<spotfire_server>/spotfire/wp/oauth2/code
-
Then add the
application (client) ID
,
client secret
, and
tenant ID
(only with single-tenant authentication)
in the
<Spotfire.Dxp.Data.Adapters.MicrosoftCommon.Properties.Settings>
settings in the
Spotfire.Dxp.Worker.Host.exe.config file
(Spotfire.Dxp.Worker.Host.dll.config for services
installations on Linux).
<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>
<setting name=”TenantId” serializeAs=”String”>
<value>Your tenant ID</value>
</setting>
</Spotfire.Dxp.Data.Adapters.MicrosoftCommon.Properties.Settings>