Implementation principle:
Use to remotely call the script on the single sign-on system to obtain encryption The subsequent user login ticket information is automatically bound to the corresponding fields of the current page form and automatically submitted to the background. The background decrypts the user login ticket information submitted by the front desk to determine whether the user has successfully logged in on the single sign-on system. If the user has logged in, return to the system homepage. If not, jump to the single sign-on system login page. Use DES to encrypt user login ticket information, and different application systems use different keys.
Development environment (VS2008 + Eclipse3.2)
The lightweight single sign-on system solution includes the following items:
1. Public component SSOLab.SSOServer.Components
2. Single sign-on system SSOLab.SSOServer.WebApp
3. Enterprise portal system system demonstration SSOLab.Portal.WebApp
4. Human resources management system demonstration SSOLab. APP1. WebApp
5. Financial management system demonstration SSOLab. APP2. WebApp
Expand