• SSO with Delagated Auth
  • NEWBIE
  • 0 Points
  • Member since 2011

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

 

I am going to implement Delegated Authentication Single Sign-On in my Org. I learned basic idea from salesforce.com online help and some pdf files. But I have some queries regarding it. As below :

 

1. Where those user name and password will be store after login?

 

I followed the below steps to implement Delegated Authentication Single Sign-On :

 

1. Sent request to salesforce to turn on SSO feature.

 

2.downloaded AuthenticationService.wsdl from org and created server stub in .NET

 

3. I got sample code for .NET from the link http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com

 

4. Now I am going to publish this code and put it on some test server. Copy the server IP (where I putted publish code with web service) and pasted under delegated authentication SSO in my org into delegated URL textbox.

 

6. I downloaded ,NET code from above link, Should I publish this code and host on any server?

 

7.What will be delegated gateway URL?

 

8. there is any other settings or changes in the downloaded .NET code (from above link)?

 

I am following thiese steps. I have doubt to get my objective. Is this correct? Tell me where I am wrong?

What will be my IP settings and what will be settings for other things like user id and password?

Your help and response will be appreciated :)

 

Thanks

 

I am going to implement Delegated Authentication Single Sign-On in my Org. I learned basic idea from salesforce.com online help and some pdf files. But I have some queries regarding it. As below :

1. Where those user name and password will be store after login?

 

I followed the below steps to implement Delegated Authentication Single Sign-On :

 

1. Sent request to salesforce to turn on SSO feature.
 

2.downloaded AuthenticationService.wsdl from org and created server stub in .NET

 

3. I got sample code for .NET from the link http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com

 

4. Now I am going to publish this code and put it on some test server. Copy the server IP (where I putted publish code with web service) and pasted under delegated authentication SSO in my org into delegated URL textbox.

 

I am following thiese steps. I have doubt to get my objective. Is this correct? Tell me where I am wrong?

 

What will be my IP settings and what will be settings for other things like user id and password?

 

Your help and response will be appreciated :)

 

Thanks