Hello everybody,
do you know if it's possible to do autologin with WebVue?
I have a customer that is developing an integrated web portal (external web application with WebServices + WebVue) and he want to open the WebVue portal without repeating username & password from his web portal. A sort of "Single Sign On"... 😆
Do you know if there's a way to "pass" username & password in the URL or something like that? I heard something similar in the past but I don't remember!
Thankyou!
Hi Filipo, in PcVue help you have a part on this behaviour in the Webvue part.
Hello Filippo,
If your customer open the session first in its external web app, he can use the function OpenCustomSession. With this function, you can specify the name and the branch of the mimic you want to open. It returns a sessionId that you have to pass as an argument in the url of the WebVue applet you embbed in your page (or in another browser).
The demo webportal uses this trick in the "portal.aspx" page (I'm not sure about the name of the page)
Thankyou Romain & Florent for your answers! :cheer:
Now my customer have two choice... the simplest & the "hardest" one! :woohoo:
I think the webpage described by Florent it's MyPortal.aspx.cs and I think it's exactly what customer need.
Thank you again,
Filippo


