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

CAS Authentication Authority #31

Closed adamfranco closed 12 years ago

adamfranco commented 12 years ago

Hello all,

I have just finished building a new Authentication Authority to work with a JASIG Central Authentiation Service (CAS) sig server via the CAS or SAML single-sign-on protocols.

This authentication authority makes use of the phpCAS library for handling the communication with the CAS server. phpCAS can either be in PHP's include path or have its include path specified via the config. The Guide page I added has some more details.

Feedback or improvement suggestions welcome.

Thanks, Adam

akinspe commented 12 years ago

Thank you for your contribution! We will look this over and hopefully merge it in for 1.3 final.