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
Akshay MouryaAkshay Mourya 

Login without Password

Hi Team,

Is it possible to perform a Salesforce login using UserName and Security Token. I want to do it programmatically(Python Language) and i want to perform login using username and security token. 

Please suggest if it's possible.

Thanks,
Akshay 
AbhishekAbhishek (Salesforce Developers) 
Akshay,

OAuth is an open protocol that allows a website to access the resources of another website without having to expose a user's credentials. Instead of supplying a username and password.

https://developer.salesforce.com/page/Using_OAuth_to_Authorize_External_Applications

https://developer.salesforce.com/forums/?id=906F0000000BMZBIA4
hope it helps.

For further reference, you can check this,
https://developer.salesforce.com/forums/?id=906F0000000AhIUIA0

If you need through Python then this is not the right place, Here we will mainly discuss salesforce Issues only.


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.


Thanks.
Salesforce Support.