I'd like to provide links from other systems directly to node pages like:
http://server/ocsreports/index.php?function=computer&head=1&systemid=11290
But, if the user's browser is not already logged into the ocs server, those links redirect to a login page. Is there some way to make it redirect back to the original URL after authentication? Or to pass some sort of authentication in the link? Basic auth like http://user:password@/path doesn't seem to work.