Aug 18 2022 09:49 AM
Hello,
We are trying to configure multiple tablets to be used at a multi-user level in kiosk mode. The devices we're working on are running Android 11 and are model SM-T220. We have enrolled these devices with the Corporate-owned dedicated device enrollment profile and have created a specific configuration profile for the tablets' intended use. One issue we are running into is when a user is logged out and another signs in, the old user's OneDrive account continues to stay logged in where it can be accessed when another user signs in. Looking to see how access to other users' OneDrive accounts can be made inaccessible when logged in with another account.
Thank you,
Jess
Aug 19 2022 01:54 AM
Aug 22 2022 09:01 AM
Nov 08 2022 07:55 AM
Did you ever find a resolution? I have a ticket open with Unified Support and they were able to replicate the issue on their end. You'd think they'd test their own apps before clearing this out of preview.
Nov 08 2022 08:02 AM
We found a workaround by adding links to the browser pages for OneDrive and SharePoint to the home page as the signout for Edge works, but this would require the tablets to always be connected to wifi, which isn't always an option in our case. No workable solution has been found or offered.
Nov 08 2022 08:04 AM
Nov 08 2022 12:10 PM
Nov 22 2022 05:01 PM
@newnewluna Can you share which setting in "App protection policies" actually signs the user out? Thanks in advance!
Nov 23 2022 06:41 AM
Nov 29 2022 11:07 AM
@newnewluna In the app configuration policies for android, i do not have an option to set sharedDeviceMode = true. For IOS the option is available (see attached image), however, we are using andriod.
If its not to much trouble, can you provide additional information or configuration screenshots
Thank you
Dec 02 2022 04:56 AM
Dec 05 2022 12:27 PM
Ok. I got it to work. Thanks for your help and time!
For those who still cant figure it out...see attached screenshots and information below.
I am still testing some of the settings . if you have any recommendations ill take it.
1. One device group assigned to app configuration policy and configuration profiles
2. User group assigned to app protection policies
3. For the app configuration policies -> configuration settings select json and use the below
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.skydrive",
"managedProperty": [
{
"key": "sharedDeviceMode",
"valueBool": true
}
]
}