You need to sign in to do that
Don't have an account?

OAUTH 2.0 Authentication - how to authenticate programmatically
I have quite a situation with using OAuth 2.0 for authentication in the integration I am trying to implement.
I am using REST architecture to expose API of my webservice, so Biztalk can post the xml to SFDC. However, I have two options for authenticating external server,
1) SESSION ID
2) OAuth 2.0
As far as my understanding, OAuth 2.0 in conjunction with REST architecture can only be implemented via user interface, meaning when external server attempts to communicate with SF, they have to
enter credentials using UI, but I want to authenticate the server call programmatically? can it be done?? . If this is the case – that is, if REST is not designed to authenticate external calls via programmatically, then the only choice I have is using session ID, is that correct?? Because, I went through REST documentation, lots of demos, use cases and conversation in forums, all points to the same thing.
If I am wrong, it would be great if you can provide some implemented use case as an example or snippet of code, how this is done. Please let me know if you have any questions.
Thanks a lot.
See http://salesforce.stackexchange.com/questions/785/authenticate-3rd-party-application-with-oauth2
All Answers
See http://salesforce.stackexchange.com/questions/785/authenticate-3rd-party-application-with-oauth2
Hi
Can u please share OAUTH 2.0 Authentication Code Snippet.
Thanks In advance.