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