Overview

caslib provides a python interface to CAS [1].

A validating httplib.HTTPSConnection and urllib2.HTTPSHandler.

Features

  • CASServer.login() Generate the login URL to log into a CASsified service
  • CASServer.validate() Check a CAS service ticket (use of ssl [2] is suggested to validate connection to the server)
  • CASService Define a CASsifed service
  • login_to_cas_service() Attempt to authenticate to a CAS /login form (may require lxml [3])

Table Of Contents

Previous topic

Welcome to caslib’s documentation!

Next topic

caslib

This Page