Discussions
For EVERY outbound call does Eloqua sends oauth_signature for validation? Say Eloqua hits external a

Raghu_ks
Posts: 2
I understand Eloqua sends oauth_signature and other parameters which will be cross checked with app's clientid and other data and gets validated.
Does the app needs to this validation for every inbound call app gets from eloqua (which makes sense) and For EVERY outbound call does Eloqua sends oauth_signature for validation?
Post edited by Unknown User on
Answers
-
Lou Patrick Principal Product Manager, Eloqua APIs & App Developer Framework Portland, ORPosts: 174 Bronze Trophy
Eloqua signs all outgoing calls with OAuth 1.0a so the receiving system, in this case an app, can validate that the call was sent by Eloqua. For more information, see the OAuth signing page.