function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunil_AroraSunil_Arora 

SSO Implementation

Hi,

 

We need to implement SSO in a dev instance, but we are not able to create its web service in java yet. We have downloaded its .net code from internet and hosted it on a staging server, but its not working(It is not allowing the user to login, if it is SSO enabled). Please let me know, how can I write its web service and where should I host it.

 

Other question is :- Should I need to write my code in java(instead of net) and host it on apache Tomcat?

If yes, please send me the sample code.

 

 

I am waiting for the reply.

 

 

Thanks

Sunil Arora

SuperfellSuperfell

http://wiki.apexdevnet.com/index.php/How_to_Implement_Single_Sign-On_with_Salesforce.com

 

You can use any language you like that can parse & generate the SOAP messages that conform to the delegated auth WSDL.