Launching Ignition in applet

Hi
We have case where customer want integrate ignition on current web portal.
It is quite easy task with using applet but now issue is how to make auto login based on portal login.
Portal system is using SQL database where users are so it is easy to implemented to ignition, but how to launch applet automatically with different users?

Br
Tommi Vahtera
THT Control Oy

Do you mean that the user has already signed in through a separate web portal, and you’d like the Ignition Vision applet to use those credentials? This idea (also known as single sign-on, or SSO) is currently not supported. If this is indeed what you’re talking about I’ll move this thread to the feature request forum.

Hi

While writing previus question I got idea how to do this.
Yes this is single sign on method.

I config project to use auto log in with guest user account.
In client startup script I check from database who is user for current IP.
With result I made userSwitch to right user.

This works actually extremely nice and also give more functionality and handling for login.

Br
Tommi Vahtera

Very resourceful - glad you figured out something that’ll work for your situation.