Skip to main content
Hi

while doing apex integration I am not clear abt difference between OAuth and OAuth2.0

when to use either of the one and in what scenario.

A suitable example will be helpful to understand.

thanks

pooja Biswas
1 answer
  1. Jun 8, 2016, 3:58 PM
    OAuth 1.0 is based on having shared secrets between the server and consumer which are used to calculate signatures. Those signatures are then used to verify the authenticity of API requests. The community found that implementing signatures correctly was quite difficult. OAuth 2.0 removes signatures and instead relies on SSL to secure the secret. If you want to see a concise explanation and detailed flow (with diagrams) of OAuth, you can check out The OAuth Bible (http://oauthbible.com/)
0/9000