To be able to use the authentication mode TIBCO Cloud™ Authentication in your Spotfire web clients when connecting to TIBCO Cloud Data Streams, you must configure your Web Player.
You must register the Web Player as an OAuth2 client in TIBCO Cloud with the register-as-tibco-cloud-client command. Then you must add the registration information from the authorization server to the Web Player service configurations.
Configuring the Web Player
Register your Spotfire Web Player by running the register-as-tibco-cloud-client command and obtain the OAuth2 client registration information.
On the computer that runs Spotfire Server, export the Spotfire.Dxp.Worker.Host.exe.config file. See the instructions in the topic Manually editing the service configuration files, in the Spotfire Server and Environment Installation and Administration Manual for your version of Spotfire.
Then add the registration information to the Spotfire.Dxp.Worker.Host.exe.config file in the <Spotfire.Dxp.Data.Access.Adapters.Settings> settings. There, you must add them for the OAuth2ClientRegistration setting under <registrations>.
<Spotfire.Dxp.Data.Access.Adapters.Settings>
<setting name="OAuth2ClientRegistrations"
serializeAs="Xml">
<value>
<registrations>
<registration
issuer="My issuer">
<client-information>My
registration
information</client-information>
</registration>
</registrations>
</value>
</setting>
</Spotfire.Dxp.Data.Access.Adapters.Settings>
Note: The issuer that issues OAuth2 access tokens differs for each region. Therefore, you need to add the registration information to the configuration for each region where you have registered the Web Player. Your Web Player can be registered in multiple regions at the same time. In this case, you have several <registration issuer="My issuer"> entries and their corresponding <client-information> under the OAuth2ClientRegistrations setting.