Question
Myknowtech B.V
NL
Last activity: 16 Jun 2017 8:40 EDT
OAuth 2 authentication - Authorization Grant type
Hi all,
I need to connect with client system using OAuth 2 authentication protocol.
I need to use authorization code grant type.
Everything is set like , Client_ID, key, redirect_URI etc.
I created OAuth 2 provider & Authentication profile data instance. In the Connect-REST, I used the authentication profile.
when i test the Connector activity, nothing works !!!, when i check customized logs in pyInvokeRESTConnector activity, I see access token as null.
In pyInvokeRESTConnector 6th java step, they use getAccessToken method to get the access token
But where they get the authorization code???!!!!
We know for Authorization code grant type, there should be 2 requests.
1) get authorization code
2) get access code
pega do really support Authorization code grant type :(
Please help.. Its urgent.
Thanks,
Prem
***Updated by moderator: Lochan to update Categories***