firdaus
Wed 7 March 2007, 12:08 pm GMT +0100
Hi,
This is my first post at this forum. :) i'm firdaus from Malaysia.
I want to make single sign on. My system using apache as web server and php as server scripting. I try to make integration for my login page with another system at different server, maybe using different server scripting. I have idea, but i don't know my idea is relevant or not.
My idea, i'm trying to request using http (POST) by login as background process.After user login to my system for the first time, they have to key in their username and password for my system. Then, user have to key in their username and password for their different kind of system in a form so that my system can store those username and password.User have to logout.
Then, after the user login to my system, the system can login to the their system(s) using username and password that have been stored earlier. Just a single login, the user can access their system. This is just my idea.
What is the best solution to make it run without any failure?Can curl module or ajax solve this problem?Please anyone can help me. i'm sick of this......
This is my first post at this forum. :) i'm firdaus from Malaysia.
I want to make single sign on. My system using apache as web server and php as server scripting. I try to make integration for my login page with another system at different server, maybe using different server scripting. I have idea, but i don't know my idea is relevant or not.
My idea, i'm trying to request using http (POST) by login as background process.After user login to my system for the first time, they have to key in their username and password for my system. Then, user have to key in their username and password for their different kind of system in a form so that my system can store those username and password.User have to logout.
Then, after the user login to my system, the system can login to the their system(s) using username and password that have been stored earlier. Just a single login, the user can access their system. This is just my idea.
What is the best solution to make it run without any failure?Can curl module or ajax solve this problem?Please anyone can help me. i'm sick of this......