I am looking for any ideas people may have around an "Auto-Login" behavior within a Perspective session.
I see in the auth property on the perspective session properties is a private property, writable through binding and scripts. I am wondering if these properties were manipulated through a script (button click) and property values were set similarily to a logged in user, would that essentially bypass the need to "login"? I do have write security setup on all my tags based on Authenticated roles, I would want that security structure to function after clicking this button.
I am also wondering if disabling the "Always ask the IdP to re-authenticate users by default" in Project Properties, would also be beneficial. I would imagine then you would just need to login once with the account you would want to use and then all relaunched sessions from that client would login with that user account without having to enter the credentials again?
Other thoughts?