Joachim Fritschi
Joachim Fritschi
Still many open to be cleaned up...
Thanks @Fydon for your contribution
We are happy to receive a pull request ;-)
The challenge with logout is that there is that phpcas is lightweight and has no persistent "storage" to map a logout request to a phpcas session. Phpcas cheats by having...
Server_Name ist configured server side and host_name is client defined... This is one of the most important reasons for this priority. Since all webservers and proxies handle these variables a...
It's not as simple as that. Yes it should be, but only in a very basic setup. The service is a parameter is part of the authentication and is validated...
+1 for refactoring `Cas_Client`. I always had this on my todo list for the last couple of years. I actually created a 2.0-future branch where i jotted down a first...
I agree. We need a bit more modular approach for logging/debugging. There is currently no real logging that is suitable for normal operations and error recording etc. Something like log4php...
To my knowledge the full SAML parsing was skipped since this would have required third party libraries... You are probably right but at many points in the early development it...
Maybe i'm missing something but isn't phpCAS working exacly how one would expect? You proxy another url that tries to redirect phpCAS to another url. Since you are asking phpCAS...