Discussions

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

Raghu_ks
Raghu_ks Posts: 2
edited Jul 16, 2020 4:00PM in Developer Tools

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
Tagged:

Answers

  • Lou Patrick
    Lou Patrick Principal Product Manager, Eloqua APIs & App Developer Framework Portland, ORPosts: 174 Bronze Trophy
    edited Jul 16, 2020 4:00PM

    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.