Any plans to migrate the saml-core to 3.1.0?
Printable View
Any plans to migrate the saml-core to 3.1.0?
Code needed change to get it to compile against 3.1 Spring Security
Please see this post
Thanks thoson. We had to make the changes you outlined about a month ago. I also had issues with defaultIDP. In our case, we needed to assign the defaultIDP and not go through the IDPDiscovery. There is a defaultIDP property and when used, nothing happened. After modifying the code in SAMLContextProviderImpl.populatePeerEntityId, I was able to get the defaultIDP recognized.
Thanks.
Hi raad, check with this http://static.springsource.org/sprin.../tutorial.html
KimberlyAlen, thanks for the post. I think I have seen this before. There is nothing wrong with it - I mean , I like Spring Security and the new filters 3.1 provides.
But how is this related to Saml2?