Hi Team,
The issue is resolved now. We need to send the grant type, client_id, client_secret in body as a query string. We were able to get the access token now.
http.body="grant_type=<value>&client_id=<value>&client_secret=<value>&scope=<value>";
Hope it will help someone.
Thanks,
Raviteja Gu...