Configure an OAuth 1.0a authentication profile so that messages are sent to and from
your application by using OAuth 1.0. To learn how to obtain the values that are needed for the fields on this
tab, consult the API guide of the external application to connect to.
-
Open an authentication profile from the Explorer panel by
clicking and selecting an OAuth 1.0a profile from the instance list.
-
In the Provider details section, enter the details of the OAuth
1.0 provider.
-
In the Provider name list, select the OAuth 1.0 provider.
The system generates the values for the rest of the fields in this step according
to your selection.
-
In the Request token URL field, enter the URL that is
specified in the API guide of the external application that you want to connect to.
You access this URL to obtain a request token.
-
In the Authorization URL field, enter the URL that is
specified in the API guide of the external application.
You use this URL to obtain authorization from the external application by using
the request token.
-
In the Access token URL field, enter the URL that is
specified in the API guide of the external application.
You access this URL to obtain an access token. You can access private resources in
the external application by using this token.
-
In the Consumer identification section, enter additional details
that you require to access private resources in the external application that supports
OAuth 1.0.
-
In the Consumer key field, enter the consumer key that is
provided by the external application.
-
In the Shared secret key field, enter the consumer secret
that is provided by the external application.
-
In the Signature method list, select the signature method to
sign the request to the external application.
-
HMACsha1
computes a hash-based message authentication code (HMAC)
by using the SHA1 hash function.
-
PLAINTEXT
computes a text-based message authentication code.
-
Click Save.