CAS throws error even though it works
-
Hi Paul,
We have CAS working on several sites through Authorizer. The actual login is working fine. Where we are running into problems is at line 2199, where $cas_url is set.
Our server sends people through a series of redirects, and it also uses a non-standard port (https that is not on 8080). So even though we’re able to log in just fine, the separate admin_notices() function continually gives us a warning that the CAS server cannot be reached.
Would it be possible in a future release for you to add an additional CAS configuration setting, something like “fLogin URL override”? If that is left blank, the plugin can continue on as usual and build the URL itself, but if that is filled, it would override $cas_url so that the check would come back with a 200 success and not trigger the admin notice. This would only be for the admin_notice() function.
I am happy to email you specific URLs if that is helpful but would rather not post them in a public forum. 🙂
The topic ‘CAS throws error even though it works’ is closed to new replies.