Merge branch 'windows-perm' into 'support-4.1.15'

Add missing permission scopes for windows device operations

See merge request entgra-support/support-carbon-device-mgt!77
4.x.x
Pahansith Gunathilake 3 years ago
commit c0a00e2207

@ -196,6 +196,13 @@
<Scope>perm:ios:app-configurations</Scope>
<Scope>perm:mac-os:shut-down</Scope>
<Scope>perm:mac-os:restart</Scope>
<Scope>perm:windows:lock-devices</Scope>
<Scope>perm:windows:disenroll</Scope>
<Scope>perm:windows:wipe</Scope>
<Scope>perm:windows:ring</Scope>
<Scope>perm:windows:lock-reset</Scope>
<Scope>perm:windows:reboot</Scope>
<Scope>perm:windows:location</Scope>
</Scopes>
<SSOConfiguration>
<Issuer>device-mgt</Issuer>

Loading…
Cancel
Save