Hi Vladimir,
Thanks for the reply. And you gave me the right directions. Sorry!! for the late response because I have implemented Http-POST-SimpleSign binding and I have verified my code as well...
Type: Posts; User: parthi73; Keyword(s):
Hi Vladimir,
Thanks for the reply. And you gave me the right directions. Sorry!! for the late response because I have implemented Http-POST-SimpleSign binding and I have verified my code as well...
Hello,
When SP send authentication request using HTTP-POST binding to IDP, its missing
1. Signature
2. SigAlg,
3. KeyInfo
Currently its sending only SAMLRequest. And IDP and SP xml files...
Hello,
When IDP sends saml response I can able to intercepts and create static html from SAML Response post page.
Once I saved I can able to post the response to SP. This is kind of hack.
...
Hi Vladimir,
Thanks for the quick response. The IDP developed by our customer home-grown product.
I will override the verifyAssertionConditions method.
Thanks,
Parthi
Hello,
When SP receive saml response from IDP, spring saml security code throws following exception
org.opensaml.common.SAMLException: System cannot honor OneTimeUse condition of the SAML...