Improvement #9527
openAdd multi-app kiosk support for Windows using AssignedAccessConfiguration CSP
0%
Description
From Gitlab
------------------------
gitlabId --> 1534 https://gitlab.com/entgra/product-iots/-/issues/1534
labels --> Device Type: Windows, Status: Implementation, Type: Improvement,
assignees -->
created_at --> 2022-09-19 12:58:05 IST +0530
updated_at --> 2022-09-19 13:01:06 IST +0530
------------------------
- Description
Currently `./Device/Vendor/MSFT/AssignedAccess/KioskModeApp` [1] node is used for Assigned Access policy which supports only single app kiosk. This node will be deprecated in the future and it is already causing some problems when trying to assign some of the UWP apps to a Windows device. Such as Microsoft Edge not working on this node and requires set of Browser CSPs to work which are also deprecated [2].
Due to the above approach being deprecated Microsoft suggests to use
`./Device/Vendor/MSFT/AssignedAccess/Configuration` [1] node for Assigned Access moving forward which supports both single-app and multi-app kiosks.
[1] - https://learn.microsoft.com/en-us/windows/client-management/mdm/assignedaccess-csp
[2] - https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-browser
- Suggested Labels:
Optional comma-separated list of suggested labels. Non-committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest a possible label
- Suggested Assignees:
Optional comma-separated list of suggested team members who should attend the issue. Non-committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees
- Affected Product Version:
5.0.0
- OS, DB, other environment details and versions:
Ubuntu 20.04, Chrome
- Steps to reproduce:
- Related Issues: