How to do a login page for third party service without letting them sign on?

Posted by AAA on Programmers See other posts from Programmers or by AAA
Published on 2011-12-23T14:08:15Z Indexed on 2012/04/01 23:39 UTC
Read the original article Hit count: 227

Filed under:
|
|

We have a unique situation (at least for me, first time seeing this).

We have a web form where accountants can fill in requests and that part is taken care of. But after their login we redirect them to a third-party website where we need more information from them. The process is crazy right now since we have to give our account login info to all people filing with us. So is there a way in PHP or any other solution where we can after that form on our website auto login with our information to that third party website in a way that our credentials are not visible to the users using the service?

© Programmers or respective owner

Related posts about php

Related posts about security