Can I use Shibboleth SP on tomcat?

Richard Eckart de Castilho richard.eckart at gmail.com
Mon Jul 22 09:32:09 EDT 2013


Hello Saurabh,

Tomcat is a Java Servlet container. Web-applications running
in the Servlet container are described with an web.xml file.
Spring security is configured as a filter within that web.xml file.
It is pure-Java and does not require an additional Apache webserver
to be installed. It appears to me that OIOSAML is also configured
in the web.xml file.

If you are the developer of the web-application that you want to run
on the Tomcat or if you are at least ready to patch the web.xml and
drop additional libraries into the webapp, these are options.

However, I get the impression that you intend on deploy a third-party
web application on a Tomcat and are asking if Tomcat itself supports
SAML or of there is some plugin to Tomcat which adds this functionality.

-- Richard

Am 22.07.2013 um 15:16 schrieb "Saurabh Tyagi" <saurabh.tyagi at thepsi.com>:

> Hello Richard,
> 
> Thanks for the information. 
> 
> I have sucessfully implemented 
> SAML2.0 with Shibboleth as SP and ADFS 2.0 and Shibboleth as IdP.
> 
> In this case if I am using Shibboleth as SP, I need to put appache as entry
> point to application.
> For this I need to install Apache as additional software.
> 
> I am looking for a solution where I don't need to install any other software
> other then Tomcat that I am alreay using.
> That's wht I am asking this question.
> 
> 
> Thanks and Regards
> Saurabh Tyagi



More information about the users mailing list