Public 用于测试客户端代码的 CAS 服务器
Public CAS server for testing client code
我正在尝试为一个开源项目编写一个 CAS (https://en.wikipedia.org/wiki/Central_Authentication_Service) 客户端(使用 phpCAS),但我需要一个服务器来进行测试。
是否有任何 public CAS 服务器可供我测试(例如,使用默认用户名和密码)以确保我的代码正常工作?
我用谷歌搜索了所有我能想到的方法,但没有找到任何东西;只是关于设置 CAS 服务器的说明,坦率地说,它看起来比我想要的要复杂得多。
I have googled every way I can think to ask, and haven't found anything
如果您 google 用于 Apereo CAS,您将到达此站点:https://apereo.github.io/cas which is the official website for CAS. Click on "Demos" in the top navbar, and you'll land on https://apereo.github.io/cas/Demos.html and from the list, if you pick "CAS Web Application Server" you will land on https://casserver.herokuapp.com/cas 作为 public 演示。
注意黄色的大框:
It is important to note that these are public demo sites, used by the project for basic showcases and integration tests and they can be quite unstable in terms of uptime and availability. They are NOT set up for internal demos as they may go up and down as the project needs without notice.
我正在尝试为一个开源项目编写一个 CAS (https://en.wikipedia.org/wiki/Central_Authentication_Service) 客户端(使用 phpCAS),但我需要一个服务器来进行测试。
是否有任何 public CAS 服务器可供我测试(例如,使用默认用户名和密码)以确保我的代码正常工作?
我用谷歌搜索了所有我能想到的方法,但没有找到任何东西;只是关于设置 CAS 服务器的说明,坦率地说,它看起来比我想要的要复杂得多。
I have googled every way I can think to ask, and haven't found anything
如果您 google 用于 Apereo CAS,您将到达此站点:https://apereo.github.io/cas which is the official website for CAS. Click on "Demos" in the top navbar, and you'll land on https://apereo.github.io/cas/Demos.html and from the list, if you pick "CAS Web Application Server" you will land on https://casserver.herokuapp.com/cas 作为 public 演示。
注意黄色的大框:
It is important to note that these are public demo sites, used by the project for basic showcases and integration tests and they can be quite unstable in terms of uptime and availability. They are NOT set up for internal demos as they may go up and down as the project needs without notice.