We have created an ISAPI filter that plugs directly into IIS. (Incidentally, it also can be compiled as an Apache module.) It supports the standard CAS 2.0 protocol, as well as some additional features that we've implemented, such as single log-out and additional attributes. We've released the binaries and source code under an open source license (GPL, IIRC), though we aren't hosting it anywhere and we aren't facilitating any collaborative development. I can send you the binaries and source in a ZIP file to anyone, though. Just ask.
If anyone would like to pick this up and run with it (i.e. host it somewhere like Google Code or SourceForge and facilitate new development), you are more than welcome to do so. Nathan Kopp Applications Strategist Information Technology Group Campus Crusade for Christ, Int'l 407-826-2939 Office | 407-484-8485 Mobile | 407-826-2968 Fax -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Wednesday, April 01, 2009 1:09 PM To: [email protected] Subject: Re: [cas-user] CAS with only IIS > I want to ask if we can set a CAS with only IIS, without Tomcat The official CAS server is a Java servlet-based Web application, so you _must_ have a servlet container like Tomcat to host it. You might investigate rubycas, which is an alternative implementation of the CAS server in Ruby, which may provide additional deployment options. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
