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
karimulla testingkarimulla testing 

authentication from dotnet to salesforce

An application is developed in dotnet crm application, in the registration page,  for salesforce existing users, they have to provide the button of login with salesforce ,once clicking on button and entering his credentials of username and password and login if it gets validates, then automatically for the dotnetcrm application, all necessary data should be fetched form salesforce account and an new user is created in the dotnetcrm application,.
 it is not for the single org, it should be applicable to all the salesforce users , globally.
note: it is for the global users of salesforce , if it is  a single org, we can create a connected app or cilent id or client secert, but it is for the multiple orgs, how can it get achieved form dotnet team