The URL calls for process details or steps inside of JobRouter are secured by using the JobRouter passphrase. By using this passphrase, JobRouter creates a unique key every time the process details or a form is called up, which allows JobRouter to control the access.
If you want to create URLs to call up steps or the instance history from your own overviews, forms, etc., you have to also create and pass a key by using the Message-Digest-Algorithm (MD5) to secure the URL when the passphrase activated.
In order to create a key for the URL, the passphrase has to be changed to a value known to you. When picking a password you should try to choose a high complexity.
Process details
jrkey = md5 ( processid + passphrase + username (converted into lower case letters) )
Example: md5 ( 8c27962677a7e7d34241436ff847ce67000000129334$738§-(.xDs+admin ) = ee98b3bfd8cf27ec02e38642c2382088
http://my-host/jobrouter/index.php?cmd=Tracking_ShowTracking&jrprocessid=8c27962677a7e7d34241436ff847ce670000001293&display=popup&jrkey=ee98b3bfd8cf27ec02e38642c2382088
Process steps
jrwfkey = md5 ( workflowid + passphrase + username (converted into lower case letters) )
Example: md5 ( 8c27962677a7e7d34241436ff847ce67000000123434$738§-(.xDs+admin ) = 7a658c05fbf38dec10121b841a5251df
http://my-host/jobrouter/index.php?cmd=Step&jrworkflowid=8c27962677a7e7d34241436ff847ce670000001234&jrwfkey=7a658c05fbf38dec10121b841a5251df