I have two applications in my workspace, APP 1 and APP 2.
In my case, the user will log into APP 1. From there I will put a menu (or link) on APP 2. However, authentication is required for APP 2. So this will lead me to the login page. I would like to fix this and get the current user credentials on APP 1 and log in to APP 2.
I am looking for a simple simple method (but security needs to be considered) for logging into APP 2.
what I could think of is apex_collection.. I can store the credentials n use it to create the login process for APP 2. however, apex_collectionbased on the session. although I set up a session for APP 2, it still wonβt read the values ββfrom mine apex_collection.
Does anyone have a suggestion or solution?
source
share