urlParams and authentication

Posting this to verify a suspicion/see if I'm way off base. We're working on adding a urlParam to a page as a quick way to index into a specific table entry. The use case is a user can be provided with the hyperlink to the table entry, click it and get to that specific entry. Everything works as advertised, except when the user clicks the link before they've authenticated against the project. I am guessing that urlParams are getting scrubbed or ignored if authentication hasn't happened - but if I am wrong and there is a way to preserve them I'd be curious to know what it is. It isn't obvious from the docs hence why I am asking here.

I don't know, but can you add a label to the view and bind it to the urlParam to show what's being passed in?