Hi, I am trying to implement user impersonation in Flex4.6 + Spring3.2 web app (so Admin can login as a user and see/do what that user does).
I read a bunch of posts on the net, most seem to suggest using UserDetailsService, which seems to be difficult to do in our case. Can someone suggest a better solution? Most examples suggest using special url to allow user to impersonate that user. Since we use Flex, don't have deep linking in our app yet (but can implement it). Any advice on that? Code samples? TIA, Oleg.
