Hi Their,
any help on how I can save third party login Information ? example I want to display rally dash board, where I can save rally userId & Password ?
Xibo doesn’t manage that for you I’m afraid.
You need to get an unauthenticated link to show inside Xibo. Many systems offer embeddable widgets that are authenticated by the URL itself (often embedding a token in the URL). That might be something to explore.
If your target webpage uses HTTP basic authentication, then with Android Players you may be able to add the username/password to the page URL - eg https://username:password@server.domain.com/page
. I don’t believe the same works on Windows any longer as Microsoft specifically prevent it.