Use custom login screen with phpCas

450 Views Asked by At

I have implemented a basic cas authentication system that authenticates with the cas server via a custom login screen, but now I would like to use a well tested package for this. So wanted to know if there is a way for using phpcas with custom login screen.

1

There are 1 best solutions below

1
steadweb On BEST ANSWER

Searching packagist should help, pulling the dependency with composer is also recommended. The only phpCAS library I have used is:

https://github.com/Jasig/phpCAS

This is maintained and supports PHP 5.0+. You can install this dependency with composer, using the following command:

composer.phar require jasig/phpca