This topic is locked

Auto Login from one PHP Runner Application to Another

3/25/2016 19:22:48
PHPRunner General questions
C
copper21 author

Hello all,
I have 2 PHP Runner applications. What I would like to do is have the user log into the 1st application using Active Directory and then when the user clicks a link from the menu in the first application it will then point the list page of another application and automatically log them in.
If there is an easy way to do this, great. I am also thinking, could I pass the username from the 1st application to the 2nd in a safe manner and not use active directory to log in? I need to ensure that the 2nd application always has a UserID of some sort to use.
Thanks,
Brian

Sergey Kornilov admin 3/28/2016

If you use Active Directory with autologin turned on (as in Enterprise Edition of PHPRunner) you do not need to do anything else. Your users will be logged in automatically to another app after clicking that link.