• ChamingaD23
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 2
    Replies

I need to develop SSO solution to work with Google App application. So I thought of calling Salesforce Webservice and get Currently logged user. For that i have to send Session Id.

 

But Requirment Checklist says we shouldn't

 

Implement controls to protect the Salesforce Session Id. Specifically:

  • Session ID should always be encrypted in transmission
  • Session ID should not be sent to third parties (Example: Google Analytics)

http://wiki.developerforce.com/index.php/Requirements_Checklist

 

Is there anyway of doing this without sending Session Id?

Is OpenID supported in Salesforce ?

https://ap1.salesforce.com/help/doc/user_ed.jsp?section=help&target=identity_provider_examples.htm&loc=help&hash=topic-title

 

I have followed SSO exmple mentioned above. But its not working properly.

 

Do I need to have Enterprise Saleforce account ? or Can do it with Developer account ?

How to turn on Delegated Authentication (SSO) for user ?

I need to develop SSO solution to work with Google App application. So I thought of calling Salesforce Webservice and get Currently logged user. For that i have to send Session Id.

 

But Requirment Checklist says we shouldn't

 

Implement controls to protect the Salesforce Session Id. Specifically:

  • Session ID should always be encrypted in transmission
  • Session ID should not be sent to third parties (Example: Google Analytics)

http://wiki.developerforce.com/index.php/Requirements_Checklist

 

Is there anyway of doing this without sending Session Id?

I wanna intergrate SSO between Salesforce and Google App Engine (Java).

 

Followed all steps in Google App Engine set up but I'm trouble finding where to enable SSO in Salesforce.

http://code.google.com/p/sfdc-gae-sso-delegated-auth/wiki/Setup

 

How can i do this ? Gimme easy steps.

 

Thanks in Advance :)