Merge branch 'windows-scopes' into 'master'

Add missing permission scopes for windows device operations

See merge request entgra/carbon-device-mgt!878
This commit is contained in:
Pahansith Gunathilake 2022-04-25 08:03:56 +00:00
commit 2f1228d845

View File

@ -193,6 +193,13 @@
<Scope>perm:android:update-default-sim</Scope> <Scope>perm:android:update-default-sim</Scope>
<Scope>perm:android:google-account</Scope> <Scope>perm:android:google-account</Scope>
<Scope>perm:android:info</Scope> <Scope>perm:android:info</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> </Scopes>
<SSOConfiguration> <SSOConfiguration>
<Issuer>device-mgt</Issuer> <Issuer>device-mgt</Issuer>