ravikumar Posted October 12, 2016 Share Posted October 12, 2016 hi, i have two php applications with their own registration system and database. How can I make the two system work together such that if users registers in one site he also get registered in the other? I have heard about sngle sign-on (sso) but I don't think its a solution that takes into account both databases. Looking forward for advices thanks ravi Quote Link to comment https://forums.phpfreaks.com/topic/302318-how-to-create/ Share on other sites More sharing options...
requinix Posted October 12, 2016 Share Posted October 12, 2016 You should probably change some of the code. Quote Link to comment https://forums.phpfreaks.com/topic/302318-how-to-create/#findComment-1538210 Share on other sites More sharing options...
ginerjm Posted October 12, 2016 Share Posted October 12, 2016 The easy way would be to use common signon code that registers people to the same "system" and then modify your verification code to check that "system" instead of the one(s) they currently do. Obviously - if the two apps were well-written and used single signon and verify modules this will be an easy task. If they didn't it will be tedious and probably error-prone. That's about all we can offer since you didn't seem to post any code using the forum's usual posting procedures. Quote Link to comment https://forums.phpfreaks.com/topic/302318-how-to-create/#findComment-1538217 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.