Jonathan Markow wrote: > Josh- > > Right now their lists are internal to team members. This query > spurred the recognition that they really need something for folks > outside the project. > > I passed your request through one of our JA-SIG board members who > happens to work on Kuali too. I'll follow up with him again... I am sitting across the room for said JA-SIG board member (I am working on Kuali as well) and mentioned the need for Kuali user mailing lists. As you probably know the Kuali suite of services have been undergoing a lot of restructuring recently and a lot of work is still in process in the area of the supporting infrastructure. I believe that there is a Development Managers meeting later this week and that the mailing lists will be on the agenda.
In terms of your original question... I'm not very familiar with KFS (Kuali Financial Systems) but I believe that it's using an form of an embedded CAS. The work that I have done with CAS and Kuali Enterprise Notification (KEN) and Kuali Enterprise Workflow (KEW) is using the 3.0.6 version of the CAS server and the java server client. The answer which Scott provided regarding the use of the LocalPlugins is how I integrated CAS with KEN and KEW. Essentially, I created a source package in the LocalPlugins directory which contains an implementation of an AuthenticationHandler. As it exists now, the implementation merely checks to see if the userID is a valid Workflow User. I haven't done more with it because once the Kuali Nervous System (KNS) process is underway, that will define where the Kuali User/Group store (and authentication methods) will exist. Ideally, the authentication service will be exposed on the Kuali Service Bus (KSB) and work is underway on how that and other services will be exposed such that they can be invoked by the Kuali CAS AuthenticationHandler implementation. > > ------------------------------------------------------------------------ > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
