Skip to content

A sample python code to establish ticket authentication with EZproxy

Notifications You must be signed in to change notification settings

belsonheng/ezproxy-ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ezproxy-ticket

This script was developed by Belson Heng in Python to show how to authenticate with OCLC's EZProxy via ticket authentication. There's no license to this, so feel free to use any part of the code as long as it doesn't break stuff 😉

Getting Started

Update .env file with your own settings. The SECRET key should be similar to the one used by your EZproxy server. GROUP is an optional field, but it indicates the user group. SERVER should point to your EZproxy server location. USER is required so that proxy logs can record the user access. URL refers to the subscribed electronic resource databases (e.g. sciencedirect.com).

SECRET=...
GROUP=""
SERVER="https://yourproxyserver.com"
USER="youruserid"
URL="https://www.sciencedirect.com"

To run, simply execute the following command:

python run.py

About

A sample python code to establish ticket authentication with EZproxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages