I have discussed the methodology for cross site authentication and data transfer. The demo application is a greatly simplified version in order to illustrate the concept. In the real world, at least several additional parts have to be in place, such as "Remember Me," "Forgot My Password," "Create New Account," etc. In addition, the accessibility of the web service should be restricted to the third parties that you have a partnership with. Depending on the programming platform that a third party uses, more variations of a web method may be required to return data in an appropriate format (for example, a string array or a special character like "|" separated string, etc.) that the third party can process.
This methodology is not necessarily a good solution, rather a topic for discussion. Your comments are appreciated.
Article Feedback
User Comments