I am wondering if its possible to encrypt the ReturnURl before it's displayed to the end user.
I am pretty new at .NET, but I have tried using the PostAuthenticateRequest in the Global.asax. But that doesnt seem to ever fire.
I would be using my own encryption logic if this is even possible.