Azure Dta Factory Question - In REST API, I am getting bearer token(as POST operation) in POSTMAN & in Logic Apps after passing Content-Type & apikey in Header client_id,client_secret,grant_type in body
For getting Bearer token in Azure Data Factory in Web activity i am passing Content-Type & apikey in Header
in body i am passing client_id:XXXX& client_secret:XXXX& grant_type:XXXX
and getting below error { "errorCode": "2108", "message": "{\n \"errors\" : [ {\n \"message\": \"Unknown server error\",\n \"type\": \"UnknownError\"\n } ]\n}\n", "failureType": "UserError", "target": "Web1" }
Please help.
Azure Dta Factory Question - In REST API, I am getting bearer token(as POST operation) in POSTMAN & in Logic Apps after passing Content-Type & apikey in Header client_id,client_secret,grant_type in body
For getting Bearer token in Azure Data Factory in Web activity i am passing Content-Type & apikey in Header
in body i am passing
{ 'client_id': 'XXX', 'client_secret': 'XXX', 'grant_type': 'XXX' }
and getting below error
{ "errorCode": "2108", "message": "HTTP Status 406 – Not Acceptableh1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}