DX Unified Infrastructure Management

 View Only
  • 1.  UIM Published Dashboard Login

    Posted Jul 28, 2016 02:06 PM

    Hi guys, I'm working on some UIM Dashboards that are meant to be showed in some mounted displays. The problem is we can't insert credentials everytime the dashboard shows. Is there a way to make a dashboard completely public so that I don't need to log in to see it? Or is there any way I can pass user and password in the url?

     

    Thanks in advance!



  • 2.  Re: UIM Published Dashboard Login
    Best Answer

    Posted Jul 28, 2016 02:43 PM

    Try creating a local user that connects to a "read only" type ACL. Then you just need to pass that user's credentials to the external URL's. Here's an example of one of ours:

     

    http://uim/dashboard/jsp/standalone.jsp?user=readonlyuser&password=readonlypassword&path=Applications/UIM%20Alarm%20Summary



  • 3.  Re: UIM Published Dashboard Login

    Posted Jul 28, 2016 03:34 PM

    Thank you so much! That solved it completely!!!