Merge pull request 'Fix scope-permission mapping issue' (#32) from viranga/device-mgt-plugins:scope-fixes into master

Reviewed-on: community/device-mgt-plugins#32
master
Inosh Perara 12 months ago
commit a1ed514be1

@ -76,14 +76,14 @@ import javax.ws.rs.core.Response;
description = "Getting Android Platform Configurations",
key = "and:conf:view",
roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/devices/enroll/android"}
permissions = {"/device-mgt/platform-configurations/android/view"}
),
@Scope(
name = "Manage Configurations",
description = "Updating Android Platform Configurations",
key = "and:conf:manage",
roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/platform-configurations/manage"}
permissions = {"/device-mgt/platform-configurations/android/manage"}
)
}
)

Loading…
Cancel
Save