OAuth Options in the Target Editor
the OAuth Options section in the Target Editor shows the following fields for consumer targets (the one needing authorization):
- This site uses OAuth security
Check this option to indicate that the target site is an OAuth site.
- OAuth Consumer Key
Enter the consumer key string for the target application that would normally be part of site setup. For OAuth enabled targets, this field must have a value before a composition on the target is run.
- OAuth Consumer Secret
Enter the consumer secret string for the target application that would normally be part of site setup. For OAuth-enabled targets, this field must have a value before a composition on the target is run.
- OAuth Signature Method
Specify the signature method for the target site. Most likely, HMAC-SHA1, RSA-SHA1, or PLAINTEXT, but providers are allowed to define their own methods. For OAuth enabled targets, this field must have a value before a composition on the target is run.
- OAuth Callback Method
Enter the callback method for the target application that would normally be part of site setup. For OAuth-enabled targets, this field must have a value before a composition on the target is run.