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
rupinder jeetrupinder jeet 

how to generate token in delegated authentication Single Sign On

hi all,
 
i am working on the implementation of SSO using the Delegated Authentication. Can anybody please help me by sharing the code/ sample code for the web service for the same. You can mail me the same at: rupinder.rajpoot@gmail.com
 
Also, please tell that how to generate the token for the process. It is an urgent requirement. pls share your valuable inputs.
 
regards,
rupinder.
SuperfellSuperfell
http://wiki.apexdevnet.com/index.php/How_to_Implement_Single_Sign-On_with_Salesforce.com

For the token it can be anything you can later verify, a kerberos ticket, a saml assertion, or a custom piece of data that you sign & encrypt. (this is what the .NET code in the above sample does)
rupinder jeetrupinder jeet
thanks Simon.
 
regards,
rupinder.
datekaroradatekarora

Is there any sample code available for java implementation?