I'm hoping someone can provide me some guidance. I'm attempting to register an app on portal, because of the way things are setup I have BUG-000087717 which basically means I have to manually register through the rest api. When I attempt to register through the url at [baseurl]/arcgis/sharing/oauth2/registerApp, I provide the relevant details and get a return of
{"error": {
"code": 400,
"message": "Registration of this item is not allowed",
"details": []
}}
registering the same type of item on 10.2 worked just fine but on 10.2.2 this is the only result I seem to get. Has anyone encountered this issue or have any suggestions?