Microsoft security | Intune | Configuration
Hello, I would like to ask for help.
I want to use app configuration policy to set up OneDrive on my Android company phone.
I want OneDrive to automatically log in with my company email address on my phone.
Only allow the company email address to log in.
The Android phone is a fully managed company phone. I entered the settings in JSON in app configuration policy.
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.skydrive",
"managedProperty": [
{
"key": "com.microsoft.intune.mam.AllowedAccountUPNs",
"valueString": "{{userprincipalname}}"
}
]
}
Unfortunately, it doesn't work. I searched for key-value pairs, but couldn't find any others. Can automatic login to the OneDrive app be set up on Android phones, or at least can it offer the company account on the phone?
The Intune and Microsoft Authenticator apps work on the phone.
Outlook also received the app configuration policy.