PDA

View Full Version : Spring Security SAML module and SSL



bit
Jun 17th, 2010, 09:01 AM
Hi,

We have an existing web app and have been using Spring Security with SSL to protect certain URLs. I've been trying to start using the SAML module, but have been having problems. Does anyone have an example of SSL and the SAML module working together? I'm not sure that's where the problem lies, but the behavior is different if I remove SSL from an URL.

Thanks,

Steve

erlendfg
Oct 13th, 2010, 06:32 AM
We have no problems with SSL-encrypted URLs and the SAML module. Can you explain more in detail about the problems, showing stack traces etc.?

bit
Oct 13th, 2010, 08:03 AM
It may have been a number of factors (our environment, lack of experience with the module, etc.) but we were never able to get it to work reliably and abandoned it for an Apache/Shibboleth in front of Tomcat configuration, which works fine.