kevinoconnor7 / osTicket-auth-cas

JASIG CAS Authentication plugin for osTicket
GNU General Public License v2.0
13 stars 8 forks source link

JASIG CAS Authentication for osTicket

Provides CAS authentication for agents and/or clients on osTicket.

Features

Installing

Prebuilt

Download the auth-cas.phar from the latest release and put it in your includes/plugins folder. From the admin panel go to Manage --> Plugins --> Add New Plugin and select the plugin.

From source

Follow the instructions to install core-plugins and then clone this repo into your include/plugns folder. Then run php make.php hydrate again.

Building

Make sure you have make.php from core-plugins and run php -dphar.readonly=0 make.php build auth-cas to generate a phar package.

Testing

If you don't have or don't wish to test against a real CAS instance you can use jasig-cas-quickdemo to spawn a demo server to utilize for testing.