In my scenario OpenAM and SalesForce are in SSO. Here OpenAM act as IDP and SalesForce is SP. I manage to retrieve Security Token from OpenAM with OpenAM-Client SDK. This token is generated using SunSTS mechanism.
When I test this assertion with SalesForce I got invalid assertion as error message.
At time of IDP initiated SSO testing with SalesForce. I found that OpenAM generate SAML response which is required for SalesForce SSO.
Is there any way to retrieve OpenAM generated SAML response using any API ?