Intune Edge Configuration for Android

Pawels 71 Reputation points
2021-07-14T08:35:13.103+00:00

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"  
        }  
  
  
    ]  
}  

114457-ss.jpg

Microsoft Security | Intune | Application management
Microsoft Security | Intune | Other
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.