Authenticate Using OAuth 2.0
Hi Team ,
I am doing "Authenticate Using OAuth 2.0"
Steps followed :
-------------------------------------------
Step1: In eloqua I have created a App .This app conatins
-> Client Id
-> Client Secret
-> OAuth Callback URL
Step2: Now I am using the following URL to get GrantToken
https://login.eloqua.com/auth/oauth2/authorize?response_type=code&client_id=a1b2c3d4&redirect_uri=https://client.example.com/cb &scope=full&state=xyz
After calling the above url, it is redirecting to the eloqua login page. Once users enter their credentials and accept your app’s request to access Eloqua on their behalf,