Teradata Viewpoint configurations to enable JWT integration with Vantage - Viewpoint Configurations - Teradata Viewpoint

Teradata® Viewpoint Installation, Configuration, and Upgrade Guide for Customers - 23.10

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Viewpoint
Release Number
23.10
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-11-01
dita:mapPath
ycr1693898939625.ditamap
dita:ditavalPath
acl1501004736403.ditaval
dita:id
ulq1467244577135
lifecycle
previous
Product Category
Analytical Ecosystem

Viewpoint Configuration:

  1. Connect to Teradata Viewpoint instance through SSH. For example: ssh <user>@<ip>.
  2. Run the command sudo su -.
  3. Stop Teradata Viewpoint service if it has started using the command service viewpoint stop.
  4. Install Vantage IdP certificate in the Viewpoint Keystore.
    1. Go to cd/opt/teradata/viewpoint/bin.
    2. Locate the file ./downloadAndInstallCert.sh [hostname] [hostport] <alias> [aliasname] - (e.g ./downloadAndInstallCert.sh login.qacustomer.teradata.com 443 pingcert), to install the Vantage IdP certificate in the Viewpoint keystore and establish a secure communication between both Viewpoint and Vantage IdP Systems.
  5. Edit the identityProvider.properties and provide the Vantage IdP details.
    This is a sample configuration. Check with the Vantage IdP team for actual configuration.
    1. Go to cd/etc/opt/teradata/viewpoint/.
    2. Edit identityProvider.properties and change properties as shown in the image: identity provider
  6. Use the command service viewpoint start to start Teradata Viewpoint service.
  7. Check for The integration with identity provider is completed log message in /var/opt/teradata/viewpoint/portal/logs/viewpoint.log. This log message indicates that the Vantage IdP is successfully configured.
  8. For a clustered environment, repeat these steps on standby host.
  9. To configure an already clustered environment, restart Viewpoint on all clustered hosts.
    The UsersAPI portlet will not be available on SSO enabled environments.