Hi @kumaran3657,
We implemented phpCAS inside our suitecrm 7.10.x version. You need to download phpcas. You can achieve that adding it to the composer.ext.json file.
- Add “apereo/phpcas”: "1.3.* to the composer.ext.json file.
- Take a look at out repository https://github.com/gcoop-libre/SuiteCRM-CAS. There is a readme at that repository to help you. That repository containts two files that you need to add to your suitecrm implementation and the set some config at you config_override.php file.
Cheers!
Luciano Rossi