You created a custom dashboard with dashboard designer.
Is it possible to pass username and password in the published standalone URL as it was done in UMP?
You'd like to embed login authorization information in the dashboard URL.
Environment
Release: UIM 20.3, 20.4, 20.4 CUx
Component: Dashboard Designer
Resolution
First, create the standalone URL from a dashboard, in the dashboard designer.
The quickest way is to:
Open a dashboard in Dashboard Designer in in UIM OC.
Go to Live view or on the published Dashboard, and click the View Full screen:
Copy the URL from the browser Example: http://<oc_server>:<port>/dashboard/jsp/standalone.jsp?mode=presentation&dUri=definition/e3c9d20c-c69a-4e26-b25c-e6ddf3b6bb90
ADD at the end of the URL, the following syntax: &user=<username>&password=<Password>