AJO Custom action integration with Oauth2.0 eloqua
Hi,
I am trying to integrate the eloqua Oauth2.0 using custom action inside AJO. I got two approaches,
1. Use autorization_code method. Here I need to hit authorize endpoint to get the code which can be used in another endpoint to get the access token. This doesn't look feasible to use inside the custom action.
2. Use of password as grant type. This works well but the issue is the authorization can be made only once per 60 seconds which if I use inside the journey only one profile works remaining all goes to error path due to this configuration.
Anyway possible to overcome this issue.
Thanks in Advance.