modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

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

Open adamfranco opened 11 years ago

adamfranco commented 11 years ago

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.

Also included in this pull request is the ability to configure phpCAS to write its debug log.

akinspe commented 11 years ago

This will be implemented as part of our next release