Question
Cognizant Technologies
IN
Last activity: 17 Mar 2017 5:00 EDT
OAuth 1.0 configuration steps for Connect-REST Authentication Profile
Hi,
I have to call a Connect-REST provided by external organisation's service (MasterCard MATCH) using the OAuth security. Where I am configuring OAuth CLient 1.0 in Pega 7.1.9.
Consumer Key: I have received from the external organization
Shared Secret Key: Where can i get it or should i generate in pega?
Signature Method: service provider told to use 'RSA Sha1' but pega provides 'HMAC Sha1'. can i go ahead and use HMACSha1?
Request Token URL: From where can i get this? is this the End Point URL?
Authorization URL: From where can i get this? is this the End Point URL?
Access Token URL: From where can i get this? is this the End Point URL?
And are there any steps i need to follow to complete the process of authentication and run the service?
Thanks
Hi Please follow the below steps:
Enter the details of the OAuth 1.0 provider in this section.
Field
Description
The authorization URL that is specified in the API guide of the external application. You can use this URL to obtain authorization from the external application by using the request token. Modify the URL if needed.
Hi Please follow the below steps:
Enter the details of the OAuth 1.0 provider in this section.
Field
Description
The authorization URL that is specified in the API guide of the external application. You can use this URL to obtain authorization from the external application by using the request token. Modify the URL if needed.
Consumer identification
Enter additional details that you require to access private resources in the external application that supports OAuth 1.0.
Field
Description
Select the signature method that you want to use to sign the request to the external application.
HMACsha1computes a hash-based message authentication code (HMAC) using the SHA1 hash function.PLAINTEXTcomputes a text-based message authentication code.