Forum Discussion
PatrickF11
Mar 30, 2021MCT
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
Apr 06, 2021MCT
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 11After adding the " I am noticing the same behaviour as you, very weird indeed
- PatrickF11Apr 06, 2021MCT
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, 2021MCTHi 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. 😄