does the spring security saml 1.0.0.RC2 not support WAYF/SAMLDS
i used shibboleth ds, https://ds01/discoveryService/metadata.xml the metadata.xml contain one idp and many sp EntityDescriptor. there's not place to configure the ds service...
View ArticleLogout - Incoming SAML message is invalid
Hi all, I have problem with logout functionallity. My app sends logout request to IDp: Code: <saml2p:LogoutRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"...
View ArticleSAML authentication via a batch process
I have a batch process written in java, that access multiple web services during its execution. Some of these services are soap based and other are REST based. My requirement is that when batch process...
View ArticleLogout (between several application)
Hi all, I would like implement logout workflow between several applications. It means when I click on logout link in my app and go to another app, the another app makes logout too. Currently It works...
View ArticleAuthnResponse - Authentication Failed: Incoming SAML message is invalid
Hi Guys, As a SP, I'm trying to integrate SAML with a partner who has IDP setup. We imported below IDP metadata and its x.509 public key into our keystore. Code: <?xml version="1.0"...
View ArticleConcurrentSessionFilter not working with SAML
Hi , I am using Spring Security SAML extension with ADFS to establish WS-Trust. I have successfully received the SAML2.0 response. I have included ConcurrentSessionControlStrategy and...
View ArticleMissing SAML request if not "apollo" certificate.
Hi folks, I got the Spring SAML sample running and I was able to make first steps to protect my own application. However, it only works with the "apollo" for the application. If I create my own...
View Articleindex.jsp without content
Hi, My spring saml sample is working fine in regards to authentication. At least i am getting this message on the console: - Authentication success. Updating SecurityContextHolder to contain:...
View Article