I have a system that sends an email to a user with a link to a specific record by ID#. If that user is not signed-in to a zoho account, when he clicks the link, the sign-in box appears. After signing-in, the link to the specific view is not served, but rather all records in the view.
If the user is signed-in, then clicking that link in the email presents the specific record view.
What I's like to see is the sign-in process to "preserve" the original url, so that when the user completes a sign-in, the intended view is presented. I think this behavior is what most people would expect for a secure application, YES?