Re: Configuration of Tomcat Container to use SAML authentication

2018-06-11 Thread Luis Rodríguez Fernández
Hello Sandeep, Both keycloack saml adapter [1] or the servlet filter[2] work for me out-of-the-box. I am using tomcat 9.0.5 Cheers, Luis [1] https://www.keycloak.org/docs/latest/securing_apps/index.html#_saml-tomcat-adapter [2]

Re: Configuration of Tomcat Container to use SAML authentication

2018-06-09 Thread Arnaud Yahoo
Hello, I recently tried (with success) the tomcat Valve from Fediz (Apache CXF) http://cxf.apache.org/fediz-tomcat.html Note tha you need to take a recent 1.4.4 snapshot, because 1.4.3 has some bugs preventing it to work with SAML Hope this help Arnaud On 08/06/2018 21:49, Christopher

Re: Configuration of Tomcat Container to use SAML authentication

2018-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandeep, On 6/8/18 10:39 AM, Sandeep Muddamsetty wrote: > We are trying to implement SAML SSO configuration on Tomact 8.5.X > servers . As we came to know that there is no direct > implementation of this authentication process through some of

Configuration of Tomcat Container to use SAML authentication

2018-06-08 Thread Sandeep Muddamsetty
Hi , We are trying to implement SAML SSO configuration on Tomact 8.5.X servers . As we came to know that there is no direct implementation of this authentication process through some of the blogs and need to depend on third party tools to make it possible . As we are seeing so many tools