Mule ESB and OAuth -
i want use oauth 1.1 mule restful flow
i have been reading following site:
http://www.mulesoft.org/documentation/display/current/using+a+connector+to+access+an+oauth+api
this document states following:
there 2 versions of oauth n use: oauth1 , oauth2. document explains process working oauth2. oauth1 implementation details vary connector connector, please review connector's specific documentation if need consume oauth1.
so found site:
http://www.mulesoft.org/documentation-3.2/display/32x/authorizing+your+connector+with+oauth+1.0a
which describes how support oauth 1 mule esb
my basic understanding oauth 1 simpler , more popular (especially amoung mobile device use)
... , oauth 2 more complex , less used
i noticed taht oauth 2 supplied salesforce connector
my questionw:
which protocol more used in general, , 1 more used within mule community
which harder perform within mule
(i need answers these questions before can gain approval direction towards 1 protocol or another)
not sure oauth 1 guess oauth 2 easier implement , popular specially implementing rest apis. here few examples of implementation of oauth 2 https://developer.mulesoft.com/docs/display/current/mule+sts+oauth+2.0a+example+application
Comments
Post a Comment