Intune Edge Configuration for Android
Pawels
71
Reputation points
Hi,
I'm trying to create configuration for Edge on Android. I have created following JSON config. It is accepted by console but it does not work and when I come back to the policy it looks like on the screenshot. I do not have this problem when creating exact same policy for iOS. Is Edge configuration on iOS really that poor?
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.emmx",
"managedProperty": [
{
"key": "com.microsoft.intune.mam.AllowedAccountUPNs",
"valueString": "{<!-- -->{UserPrincipalName}}"
},
{
"key": "IntuneMAMUPN",
"valueString": "{<!-- -->{UserPrincipalName}}"
},
{
"key": "com.microsoft.intune.mam.managedbrowser.NewTabPage.BrandLogo",
"valueBool": true
},
{
"key": "com.microsoft.intune.mam.managedbrowser.NewTabPage.BrandColor",
"valueBool": true
},
{
"key": "com.microsoft.intune.mam.managedbrowser.managedTopSites",
"valueString": "WebsiteName|https://urlwebsite.com"
},
{
"key": "com.microsoft.intune.mam.managedbrowser.disabledFeatures",
"valueString": "password"
}
]
}
Microsoft Security | Intune | Application management
Microsoft Security | Intune | Application management
Managing apps and software deployment through Microsoft Intune
Microsoft Security | Intune | Other
Microsoft Security | Intune | Other
Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
Sign in to answer