You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chiranga Alwis <ch...@gmail.com> on 2015/12/09 16:13:31 UTC

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

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
$CATALINA_HOME/lib folder of the Tomcat distribution. Further, in order to
use the implementation, add it as a Valve in the server.xml file.

I am quite new to these technologies and I am not entirely sure whether
this is the correct approach.

Any help or suggestions with regards to this approach and validity of the
steps is highly appreciated.


Yours sincerely,

Chiranga

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

Posted by Chiranga Alwis <ch...@gmail.com>.
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 class provided
by Apache Tomcat.





On Wed, Dec 9, 2015 at 9:00 PM, kidambi madhu <ma...@gmail.com>
wrote:

> 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 <ch...@gmail.com>
> wrote:
>
> > 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
> > $CATALINA_HOME/lib folder of the Tomcat distribution. Further, in order
> to
> > use the implementation, add it as a Valve in the server.xml file.
> >
> > I am quite new to these technologies and I am not entirely sure whether
> > this is the correct approach.
> >
> > Any help or suggestions with regards to this approach and validity of the
> > steps is highly appreciated.
> >
> >
> > Yours sincerely,
> >
> > Chiranga
> >
>

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

Posted by kidambi madhu <ma...@gmail.com>.
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 <ch...@gmail.com>
wrote:

> 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
> $CATALINA_HOME/lib folder of the Tomcat distribution. Further, in order to
> use the implementation, add it as a Valve in the server.xml file.
>
> I am quite new to these technologies and I am not entirely sure whether
> this is the correct approach.
>
> Any help or suggestions with regards to this approach and validity of the
> steps is highly appreciated.
>
>
> Yours sincerely,
>
> Chiranga
>