I have added the scopes which are mentioned in the api in swagger to my external apps but still getting the error mentioned below-
OAuth required scopes: OR.Administration or OR.Administration.Read.
{
“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
}
