We’re expecting the server to response with json format after including the f parameter in the url header to specify it and we got this issue
oauth2: cannot parse json: json: cannot unmarshal object into Go struct field tokenJSON.error of type string
What did you expect to happen?
Connection went successful and health check passed. Also it worked in postman or other API benchmarking tools so it should not be any wrong with the authenitcation method
grant_type
REQUIRED. Value MUST be set to “password”.
Arcgis doesn’t use this REQUIRED/MUST parameter => it is not valid OAuth 2.0 (Resource Owner Password Credentials Grant) - it’s only similar.
So if Infinity follows OAuth 2.0 specification, then it is sending something different than Arcgix is expecting.