Notifications
Clear all
We are using it to call Qvera which then launches our patient portal for a SSO solution. Qvera implemented this. The command line being used successfully is:
chrome.exe --app= http://servername:port#/form/form.html?urlKey=ViewWelcome&loginname={USR.LoginName}
Posted : May 4, 2015 9:28 am
@dgoldsmith, you may have a security weakness there.
Have you tested "chrome.exe --app= http://servername:port#/form/form.html?urlKey=ViewWelcome&loginname={USR.LoginName }" substituting a valid username in place of {USR.LoginName}?
If that works, you have an authentication bypass issue.
Posted : May 4, 2015 9:40 am
We use it for many things. I have built custom add-ons, reports and links to websites by passing variables. It is very useful.
Posted : May 5, 2015 7:04 am