4H.Union Login
OriginalWarlockSecurityLess than 1 minute
4H.Union Login
Association login in wings app union. A user logged in App1 can auto login other apps of the union by App1's session.
Login Process
Suppose there are 2 apps, App1 and App2, in the wings union, when the user logins App1 and gets TK1, User can login App2 automatically by TK1, and then App1 and App2 session are bound as follows,
- User logins App1 and gets TK1 with authType(TP) and SessionId(ID) information
- User accesses App2 using TK1, it happens that
- When logined App2 and TK2 is available, TK1 is bound directly
- App2 is not logined, App1 auto login, gets TK2 and binds TK1
- If you log out on any App#, TK1 and TK2 are destroyed on App# respectively.