We have multiple portals Employer-portal, Employee-portal and Admin-portal , All three portals are deployed separately. All portals follow spring-mvc pattern. And we used spring security and using openId for login and logout.
Now we want to give admin-portal feature that admin can impersonate as employee and employer and do things on their behalf.
Can any body with previous experience guide my how to work on it, or can share any good article which i can readout to get good knowledge over it.
Thanks,