Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASAuthentication - Added support for database storage of proxy-granting-tickets. #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2012

  1. CASAuthentication - Added support for enabling phpCAS's debug log.

    This addition allows optional troubleshooting of issues by looking at
    phpCAS's detailed debug log.
    adamfranco committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    633e97d View commit details
    Browse the repository at this point in the history
  2. CASAuthentication - Added support for database storage of proxy-grant…

    …ing-tickets.
    
    Storing proxy-granting-tickets (PGTs) in a shared database facilitates serving Kurogo
    from a cluster of web-hosts. Since the end-user and the CAS server may each make
    requests to different hosts in the cluster the PGTs provided by the CAS server
    must be placed in a shared location available to all other hosts.
    
    This facility is provided by the underlying phpCAS library. This patch simply
    allows its configuration via the Kurogo ini files.
    adamfranco committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    cb8d668 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. CASAuthentication - Fix for a change in the arguments for phpCAS::set…

    …PGTStorageFile()
    
    phpCAS 1.3+ no longer takes a 'format' argument for phpCAS::setPGTStorageFile().
    This change allows proxy-ticket storage to work with all versions of phpCAS.
    adamfranco committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    c6cf40c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'CASAuth_setPGTStorageFile_fix' into CASAuth_DB_PGT_storage

    Conflicts:
    	lib/Authentication/CASAuthentication.php
    
    I'm including merging in this fix to the CASAuth_DB_PGT_storage feature branch
    since it is a relatively minor fix and automatic merging with this feature
    won't work due to the proximity of the changes.
    adamfranco committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    fddf5a2 View commit details
    Browse the repository at this point in the history