You need to sign in to do that
Don't have an account?

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,
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,
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/
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?