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