Hello,
I am trying to validate a token on the Portal for ArcGIS (11.5) Inspection end point (self) but I am noticing that when the token has been generated using "generateToken" endpoint to get a 'server-token' in exchange of a 'portal-token', then it does not work:
{"error": {
"code": 498,
"message": "Invalid token.",
"details": ["Error validating token: Server request cannot be verified for account: 0123456789ABCDEF ,Request url: https://myportal.company.com/geoportal/sharing/rest/portals/self Server Id : jT5yBX8d125abcKp , Serverkey recieved 'false'"]
}}
Is it expected ? Or does it look like a bug ?
Thanks,
Self documentation: https://developers.arcgis.com/rest/users-groups-and-items/portal-self/
GenerateToken: https://developers.arcgis.com/rest/users-groups-and-items/generate-token/