Has anyone actually got a definitive way of using different tenants via API OAuth? I am cloud and it just doesn’t seem to work.
According to Swagger, the odata/Tenants call requires
And the result fails: Not Authorised.
{
“message”: “You are not authorized!”,
“errorCode”: 0,
“result”: null,
“targetUrl”: null,
“success”: false,
“error”: {
“code”: 0,
“message”: “You are not authorized!”,
“details”: “You are not allowed to perform this operation.”,
“validationErrors”: null
},
“unAuthorizedRequest”: true,
“__abp”: true
}