Logic Machine Forum
Logic Reactor authentication from other web portal - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: Logic Reactor authentication from other web portal (/showthread.php?tid=37)



Logic Reactor authentication from other web portal - capikirk79 - 14.07.2015

We currently have a customer with his own web portal to do building management. We're planning to add one logic Reactor to do some logic in a new part of the building that is currently under construction. The problem is, we must grant access to the new web pages we're going to develop in the logic reactor from the customer's web portal, making the user authentication transparent.
Is there any way we can authenticate a user using http post commands or something like that ?, this way we could create direct links from the customer's web portal to the visualizacion pages in the logic Reactor without having to introduce de uaser/password each time.


Thanks and regards.


RE: Logic Reactor authentication from other web portal - edgars - 14.07.2015

Most optimal would be to disable password for visualization pages on Reactor and use direct links to specific pages. Please see attached how to access the direct link from Usermode Visualization. The link will look something like:

http://192.168.1.211/cgi-bin/scada-vis/index.cgi#43


If you need to have login/password, you can pass them in the link itself, like:

http://login:password@192.168.1.211/cgi-bin/scada-vis/index.cgi#43