Extending Apache Tomcat's Single Sign On feature with org.apache.catalina.authenticator.SingleSignOn

2015-12-09 Thread Chiranga Alwis
Hi, I have been attempting to extend the Single Sign On feature of Apache Tomcat by extending the org.apache.catalina.authenticator.SingleSignOn class. My attempt is to create a Java Maven project extending the above class which outputs a jar and add the resultant jar file to the

Re: Extending Apache Tomcat's Single Sign On feature with org.apache.catalina.authenticator.SingleSignOn

2015-12-09 Thread kidambi madhu
Hi Chiranga, Are you providing the SSO feature as a server side single Sign on or as a Servlet that can be used as a Controller in the desired apps to enable Application SSO? Regards, Madhu On Wed, Dec 9, 2015 at 8:43 PM, Chiranga Alwis wrote: > Hi, > > I have been

Re: Extending Apache Tomcat's Single Sign On feature with org.apache.catalina.authenticator.SingleSignOn

2015-12-09 Thread Chiranga Alwis
Hi kidambi, In my understanding (since I am new to most of these technologies), this SSO feature is provided as a server side single sign on feature. To be more descriptive, I am intending to use this as a valve in server.xml of Tomcat distribution instead of the existing, default SingleSignOn