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 ?

link|improve this question

57% accept rate
You'll need to go through the docs; I'm not sure if what you are describing is allowed or not, but if it's not documented there is no public API for it. But even if there isn't an exposed API, since OpenAM is open, and since it does generate SAML requests that are accepted by SFDC, you should definitely be able to re-use their java code as your worst case. – jkraybill Feb 26 at 22:58
Does OpenAM not use log4j or slf4j? I would imagine you can just up the log level to get the assertion – Toby Hobson Apr 24 at 21:58
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.