I am having two issues with Spring SAML, I am a newbie to it but trying to use my common sense to resolve the issue.
We have two separate applications that share an external SSO provided as SAAS. Users normally come in from the main portal which then directs them to OpenAM for authentication. Once they are there they logon and get a cookie. They then click on a link which takes them to another application that validates the session information. Now the interesting part; sometimes it will fail by not providing the saml:AttributeStatement in the SAML response. To make it more weird, it would fail on some applications randomly and work on other; meaning the cookie has the information but some how the IDP does not process the information when the cookie is received but creates the response.
Any suggestion would really help as we need to go live with the solution.
Thanks in advance.