We ended up setting up a redirect webapp, passing the webapp name and crypt string as params.Eg: https://youwebappdomain/redirect?page=webappname&id=cryptString(id) The above will hit the redirect URL,In redirect, we are usinglocation.href or window.location.href = https://youwebappdomain/webappname...