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
Somasundaram SubramanianSomasundaram Subramanian 

oauth

I have created connected app for oauth
it generated customer key and customer secret,
 
do these two information enough to connect from regitered app 
or do i need to pass user name and password to connect from app to salesforce pls advise
thanks
VinayVinay (Salesforce Developers) 
Hi Subramanian,

You would need to authorize your app when you configure connected app,  Kindly review below links for detail step by step process.

https://trailhead.salesforce.com/content/learn/projects/build-a-connected-app-for-api-integration/create-a-connected-app
https://help.salesforce.com/s/articleView?id=sf.remoteaccess_authenticate.htm&type=5
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm

Please mark as Best Answer if above information was helpful.

Thanks,