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
chrismertens32chrismertens32 

SSO Login

Hi,

My Windows Desktop application exports contacts to Salesforce.

The connection is made with:
LoginResult SforceService::login (string username, string password)

What are the elements to change to be compatible Federated SSO SAML with ADFS MS connection mode?
Should I use the same Login method as described above?
The API documentation is poor concerning Login with SSO. 

Second question: if a customer use SSO SAML with ADFS MS, is my application still compatible using regular login method?

Regards,
Ramu_SFDCRamu_SFDC
The following articles might help(they have the screenshots as well :))

http://gnawgnu.blogspot.in/2011/02/how-to-set-up-ad-fs-20-to-sso-to.html
http://blog.rhysgoodwin.com/cloud/salesforce-sso-with-adfs-2-0-everything-you-need-to-know/
chrismertens32chrismertens32
Thank you for your reply.
I already know these links.

Could you tell me if the traditional connection via SforceService :: login (string username, string password)
can work with a client that uses a SSO environment?