• Pourya
  • NEWBIE
  • 0 Points
  • Member since 2011
  • Senior Developer
  • Itracmarketer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

I have setup sales force as an identity provider, and I added a simple servlet that prints out the posted data as a service provider..

 

I can see a SAMLResponse being posted to the servlet, but how do I go about validating this?  I also assume I would need to know the username of the person to be logged in..

 

Any help, or code examples (pref in Java) would be a great help.

 

 

Derek

I have setup sales force as an identity provider, and I added a simple servlet that prints out the posted data as a service provider..

 

I can see a SAMLResponse being posted to the servlet, but how do I go about validating this?  I also assume I would need to know the username of the person to be logged in..

 

Any help, or code examples (pref in Java) would be a great help.

 

 

Derek

Can an OAuth access token be used instead of the session id for the Bulk API?

Thanks,

Roger