Skip to main content

A pypi-downloadable version of Jon Rifkin's pycas client.

Project description

Notice: this seems to not quite fit the needs of the project it was intended for. It will remain in its current form, but consider the package no longer maintained. Feel free to improve it further if you choose, and submit pull requests on github.

What?

This is a copy of Jon Rifkin’s Python CAS client. The original can be found at https://wiki.jasig.org/display/CASC/Pycas. This fork lives at https://github.com/ryanfox/pycas and on Pypi.

The original appears to have not been updated for some time now, and is not on Pypi. This is an attempt to rectify that situation.

Potential things to be added:
  • Unit tests

  • Better security:
    • Remove default secret key

    • Better yet, ditch md5 entirely

    • Add signed cookies (e.g. itsdangerous)

  • Enforce the timeout

Installation

pip install pycas

Why?

The pycas CAS client provides CAS authentication for your Python CGI web application.

How?

STEPS TO ADD CAS AUTHENTICATION

  1. Add four lines to your Python Web app like this:

    import pycas
    CAS_SERVER  = "https://casserver.mydomain"
    SERVICE_URL = "http://webserver.mydomain/cgi-bin/webapp.py"
    status, userid, cookie = pycas.login(CAS_SERVER, SERVICE_URL)
  2. Process the returned variables:

    status carries the success or failure status.
    userid is the user's account name.
    cookie is the header string to send to the client if it's not empty.

For more information, see comments in the Python code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycas-0.0.3.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file pycas-0.0.3.tar.gz.

File metadata

  • Download URL: pycas-0.0.3.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pycas-0.0.3.tar.gz
Algorithm Hash digest
SHA256 877b28b0e26a95f18d5943062d9a97139591afb434f8481b7c6575feefc93025
MD5 239b8d3d446f4bd832e22e8f0a54dd24
BLAKE2b-256 b0651dca734c210bf44385f91a0c3b539c8c9019027b222e198fdb507becb045

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page