...
- The redirector reads the organisation from the link [
athensdemo.net
] - The redirector checkes if the user's location is covered by an IP address it has been told to treat as on-site / within network for that organisation
- If YES, then it simply forwards the user on to the target [ https://doi.org/10.1088/0143-0807/18/4/012 > >>> https://iopscience.iop.org/article/10.1088/0143-0807/18/4/012 ]. End.
- If NO, then...
- The redirector looks up the access URL format to use for the resource that target is part of
- The redirector plugs in the relevant details to that access URL to bypass any 'where are you from' questions and sends the user via a being-signed-in route to the target [ https://doi.org/10.1088/0143-0807/18/4/012 > >>> https://iopscience.iop.org/article/10.1088/0143-0807/18/4/012]. End.
...