Forum Discussion
OneDrive won't sign out users on Android multi-user kiosk mode
newnewluna Can you share which setting in "App protection policies" actually signs the user out? Thanks in advance!
Let me know if you need more information on Shared Device Mode.
- khachik1610Nov 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
}
]
}