Hi ,
I am following documentation to create App Proxy applications via the Graph API.
https://docs.microsoft.com/en-us/graph/application-proxy-configure-api?tabs=http#step-2-configure-application-proxy-properties
I am receiving 403 unauthorized when performing PATCH against onPremisesPublishing object.
{
"error": {
"code": "NotAdminRoleNoEnoughCustomPermission_UnauthorizedAccess",
"message": "Unauthorized Access.",
"innerError": {
"date": "2021-03-03T12:13:42",
"request-id": "",
"client-request-id": ""
}
}
}
I have delegated permissions set for:
Directory.ReadWrite.All
Applications.ReadWrite.All
OnPremisesPublishingProfiles.ReadWrite.All
Which other permissions would this API require?
Thanks!