Posts

Showing posts from April, 2013

CAS with Spring Integration

Image
                                                                   Sichern is Secure Spring has support for CAS(Central Authentication Service) which provides Single Sign On Authentication mechanism. Though there are various sites available for the above mentioned integration, but while doing the setup I could not find all the configuration at the same place. This blog will consists of all the nitty gritty and the bits and pieces I have gone through while doing the setUP. Any furthur suggestions will be taken wholeheartedly. I have integrated Spring 3 with CAS in jBoss AS 7, though in jBosss AS 7 the configuration is almost alike JbOSS 5.1 . Please note all the below mentioned steps are based on the issues which I have faced (during initial setup and configuration) and the steps taken for making the CAS server and application up and running with minimal configuration, this may not be suitable for integrating for Production environment or for for advanced uses. Steps