Pass username and password in standalone dashboard URL in DX UIM OC
search cancel

Pass username and password in standalone dashboard URL in DX UIM OC

book

Article ID: 223126

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

You created a custom dashboard with the OC dashboard designer.

Is it possible to pass username and password in the published standalone URL?

How to embed login authorization information in the dashboard URL.

How do I add credentials to the dashboard published link so users only need to click on it to log in? 

Environment

  • DX UIM 23.4.* (also works on older versions) 
  • Component: Dashboard Designer

Cause

Guidance

Resolution

To  add username and password in the published standalone URL follow the steps below: 

 

•  First create the standalone URL from a dashboard, in the dashboard designer:

 

    1. Open a dashboard in Dashboard Designer in in UIM OC.

    2. Go to Live view or on the published Dashboard, and click the View Full screen:

    3. Copy the URL from the browser
      Example: http://<oc_server>:<port>/dashboard/jsp/standalone.jsp?mode=presentation&dUri=definition/xxxxxxxxxxx-xxxxxxx-xxxx-xxxxx-xxxxxxxxxxxxx

    4. ADD at the end of the URL, the following syntax:
      &user=<username>&password=<Password>

      An example URL would be:

      http://##.###.##.##/dashboard/jsp/standalone.jsp?mode=presentation&dUri=definition/xxxxxxxxxxx-xxxxxxx-xxxx-xxxxx-xxxxxxxxxxxxx&user=administrator&password=<example_password> 

*The user name is case-sensitive

**If the username or password is wrong/fails to authenticate you will be prompted to insert the username and password again in the dialog.