Forum Discussion
jfarr22
Aug 18, 2022Copper Contributor
OneDrive won't sign out users on Android multi-user kiosk mode
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 thes...
newnewluna
Nov 23, 2022Copper Contributor
It's not that there's an app protection policy that signs the user out. It's that an App Protection Policy needs to be applied to a user, so that the App Configuration sharedDeviceMode = true applies on app configuration you have.
Let me know if you need more information on Shared Device Mode.
Let me know if you need more information on Shared Device Mode.
khachik1610
Nov 29, 2022Copper Contributor
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
- newnewlunaDec 02, 2022Copper Contributoryou have to type it in manually and it works, have you tried? It's case sensitive I believe.
- khachik1610Dec 05, 2022Copper Contributor
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
}
]
}- nprevelApr 07, 2023Copper Contributor
Hello,
I'm trying to do the same thing,Android multi-user kiosk mode. is this still in use on your devices?
OneDirve on multi-session is operationnal ?
Regards,