Forum Discussion
PatrickF11
Mar 30, 2021Steel Contributor
App Configuration in JSON Format
Hi folks, i'm facing a problem with Intune App Configuration Profiles. At first let me outline the scenario: we want to use Android Enterprise Multi-App Kiosk Devices Everything belonging the mul...
PatrickF11
Steel Contributor
Neither solutions nor approaches to solutions?
Apr 06, 2021
Hi..
Did you validated the json?if I check it... there is a " missing at line 11
After adding the " I am noticing the same behaviour as you, very weird indeed
- PatrickF11Apr 06, 2021Steel ContributorHi Rudy,
thanks for your reply. The missing " was only missing in my posted sample data.
Intune is a little smarter than i thought and it doesn't allow to safe malformated json. 😄 - PatrickF11Apr 06, 2021Steel Contributor
Rudy_Ooms_MVP By the way: it also does not run, when i try to only add one configuration item like this:
{ "kind": "androidenterprise#managedConfiguration", "productId": "app:com.microsoft.emmx", "managedProperty": [ { "key": "com.microsoft.intune.mam.managedbrowser.homepage", "valueString": "https://www.sample.com" } ] }
- Apr 06, 2021Did see the same thing, looks like it does not recognize the key settings. Just wondering, but I guess the settings also are not working on the device 🙂 ?
- PatrickF11Apr 06, 2021Steel Contributor
Yes, they're not working at all. (Even if i only try to configure the homepage.)
I've used a "managed device" profile, because there are no user context.
Nevertheless, i've tested an "managed apps" profil, but this isn't working, too. (as expected)I can't believe that this is any kind of "special" interest. It must be possible to configure the Edge Browser on Android devices, like it is possible on windows devices.