When a user of my site clicks login, a return_to url is sent along with it, so I know what page the user should be sent back to after a successful login. That info is lost though when I redirect the user to their openid provider.
How do preserve the return_to url?
If it matters, I'm using openid4java.