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
Rakesh K CGMergeRakesh K CGMerge 

How to login to SSO enabled Org using API in .net application?

I have one .net desktop application that first ask for the salesforce username and password to login and once log-in success, it will fetch some data from the org (using Salesforce API).
Now, my customer has implemented SSO with Active Directory in his salesforce Org and he also want to implement same in .net application. 
So, I want to implement SSO in .net application so that user doest not need to remember credentials and can be authenticated by Windows Login.
Anyone have idea how I can implement this in .net Application? Any example available for implementing SSO in .net desktop application?
Daniel ClevelandDaniel Cleveland
Hi,

Did you ever come up with a solution to login via .net using SSO?  I'm struggling with this myself and would love any help you might be able to give!

Thanks!
Dan