Authenticating using SessionId
Posted: Thu 09 Jan 2014 17:06
Hello,
In our current system (we wrote our own wrapper around the wsdl then bought your tool seeing as it was easier to use but we have one thing that we need to do that I have seen no support from your tool) we pass in the session Id to log into Salesforce. We have an api user then we replace the session that the api user logs in with, with the session Id that is passed in. With the entity framework tool that you provide it uses the default api user every time with no way to change the session id.
I have seen suggestions to use OAuth 2.0 in order to do this but I do not know how to use OAuth 2.0 with dotConnect for Salesforce nor I have seen any examples in your forums.
Can you provide an example on how to us OAuth 2.0 to authenticate with Salesforce using dotConnect for Salesforce or provide some way to pass in the session Id into your context to say that this is the session we want to use?
Thanks,
Brett
In our current system (we wrote our own wrapper around the wsdl then bought your tool seeing as it was easier to use but we have one thing that we need to do that I have seen no support from your tool) we pass in the session Id to log into Salesforce. We have an api user then we replace the session that the api user logs in with, with the session Id that is passed in. With the entity framework tool that you provide it uses the default api user every time with no way to change the session id.
I have seen suggestions to use OAuth 2.0 in order to do this but I do not know how to use OAuth 2.0 with dotConnect for Salesforce nor I have seen any examples in your forums.
Can you provide an example on how to us OAuth 2.0 to authenticate with Salesforce using dotConnect for Salesforce or provide some way to pass in the session Id into your context to say that this is the session we want to use?
Thanks,
Brett