I am trying to program a CAS (https://en.wikipedia.org/wiki/Central_Authentication_Service) client (using phpCAS) for an open-source project, but I need a server to test against.
Are there any public CAS servers out there I can test with (for example, with a default username and pass) just to make sure my code is working?
I have googled every way I can think to ask, and haven't found anything; just instructions for setting up a CAS server, which frankly looks way more complicated than what I want.