Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MostofaL's avatar

CAS server for laravel

Hi. I've implemented CAS Auth using subfission/cas package, but I couldn't manage to find proper instructions for building a CAS server.

after some digging, I've found this reply from subfission: 'yes, this is an interface for the Jasig CAS client. You will need to implement a CAS server independently.'. (https://github.com/subfission/cas/issues/62)

sofar I've tried to read the 'Apereo CAS' documentation, but due to being a newbie, it made me even more confused.

can anyone point me in the right direction? how can I build a simple CAS server with laravel?

0 likes
1 reply
asmri's avatar

Hi Unfortunately there is no good documentation for apereo cas but you can install it via docker and you need to configure some properties to make sure that work i implements the cas server on a linux server on my home lab you need to install java JDK and you need to install tomcat and then clone the cas-overlay then you have to set the cas.properties file in /etc/cas/config/

it's really hard to implement cas server

1 like

Please or to participate in this conversation.