Skip to content

Instantly share code, notes, and snippets.

@Trott
Created April 8, 2015 14:39
Show Gist options
  • Save Trott/9bd16aa06545356540a8 to your computer and use it in GitHub Desktop.
Save Trott/9bd16aa06545356540a8 to your computer and use it in GitHub Desktop.
How Access To Library-Licensed Resources Should Work

Naively Proposed Solution

  1. All access goes through a proxy server. Publishers only need to allow the proxy server and nothing else. This simplifies management. You don't have to worry about expanding networks, remote networks for affiliated organizations, whether or not you should allow your VPN, and any other number of issues.
  2. The proxy server should use a single sign-on (SSO) service like Shibboleth.
  3. If you are on campus, and you authenticate onto your Wi-Fi network or your Active Directory domain or whatever, you are automatically authenticated via SSO as well. This way, you will immediately get access to licensed resources seamlessly.

Remaining Problems

  1. What about the situation where a colleague emails you a link or you otherwise have something that is not going through a proxy server?
  2. What about public workstations in the library and elsewhere that theoretically should have access based on their geographic location?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment