
Fig 1 Secure & convenient way to access data from emails

Fig 2 How URL gets parsed

Fig 3 User clicked a link, URL decrypted, parsed, converted – login shown

Fig 4 User directed straight to a requested record (if permissions are correct based on login)

Fig 5 Going ‘Back’ from search results – properly set by URL inside email
Automatically added on all not live systems – to allow users participating in trainings, testing to distinguish between real and test emails
URL to internal company Web Service is encrypted.
direct_access.php
1. Decrypts URL
2. Checks it is syntax and validity
3. Checks user rights by forwarding to login page
4. Displays user a requested page
Going to search results but in a way we can show ‘Search’ page properly set if user decides to go ‘Back’
DECRYPT
CHECK URL SYNTAX
USER ACCESS RIGHTS TO THIS INFORMATION
DIRECT TO