Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Firefox - Intune Bookmarks - Firefox can not parse JSON file.

  • 3 Antworten
  • 0 haben dieses Problem
  • 23 Aufrufe
  • Letzte Antwort von Mike Kaply

more options

I am pushing out bookmarks company-wide through Intune on users Laptops. I spoke with Microsoft support and the configuration policy is created correctly and I followed Firefox's support page in creating them. It seems that the new JSON script that tells Firefox what bookmarks is unable to parse.

Anyone know if Firefox had an update that prevents intune from sending the JSON file?

Error message given through firefox.

"Unable to parse JSON for ManagedBookmarks"

I am pushing out bookmarks company-wide through Intune on users Laptops. I spoke with Microsoft support and the configuration policy is created correctly and I followed Firefox's support page in creating them. It seems that the new JSON script that tells Firefox what bookmarks is unable to parse. Anyone know if Firefox had an update that prevents intune from sending the JSON file? Error message given through firefox. "Unable to parse JSON for ManagedBookmarks"

Alle Antworten (3)

more options

I responded to your other question. Can you get me a copy of the JSON?

Or the actual XML from Intune?

mkaply at mozilla.com

more options

Mike Kaply said

I responded to your other question. Can you get me a copy of the JSON? Or the actual XML from Intune? mkaply at mozilla.com

I am using Intune to push out bookmarks company wide. Custom configuration profile. OMA-URI = ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks

String Value = <enabled/> <data id="JSON" value=' [

 {
   "toplevel_name": "Gray Bookmarks"
 },
 {
   "url": "https://grayu.docebosaas.com/",
   "name": "GrayU"
 },
 {
   "url": "www.shop.gray.com",
   "name": "Gray Shop"
 },
 {
   "url": "https://xjkpvylt.r.us-east-1.awstrack.me/L0/https:%2F%2Fmyapps.microsoft.com%2Fsignin%2F9677bad7-86e2-4ebb-a373-338cda8c992f%3FtenantId=8d725c94-ee37-4e10-a6f0-865eb448bb49/1/01000185efa67090-58382d53-5b25-48c5-ac69-06455b26fb35-000000/BNtsVah5HMm3sZzpowqH20kB6-A=306",
   "name": "Gray Rewards"
 },
 {
   "url": "https://myapps.microsoft.com/signin/ba63f398-6162-454a-8bca-d3f749001ac1?tenantId=8d725c94-ee37-4e10-a6f0-865eb448bb49",
   "name": "UKG"
 },
 {
   "url": "https://www.concursolutions.com/UI/SSO/p0014845pklg",
   "name": "Concur"
 },
 {
   "url": "https://portal.office.com/",
   "name": "Office 365"
 },
 {
   "url": "https://grayinc.egnyte.com/",
   "name": "Egnyte"
 },
 {
   "name": "Gray Construction",

"children": [ { "url": "https://gray.cmicpaas.com/cmicprod/SdMenu/?appCode=PYE", "name": "E-Time" }, { "url": "https://gogray.sharepoint.com/sites/GC", "name": "Go.Gray" }, { "url": "https://login.procore.com/", "name": "Procore" }, { "url": "https://gray.hammertechonline.com/", "name": "Hammertech" },

 ]

}, { "name": "Gray AE", "children": [ { "url": "https://grayae.deltekfirst.com/grayae/app/", "name": "Deltek" }, { "url": "https://gogray.sharepoint.com/sites/GrayAE", "name": "Go.Gray" }, { "url": "https://login.procore.com/", "name": "Procore" }, { "url": "https://manage.autodesk.com/", "name": "Autodesk Portal" }, { "url": "https://b2.autodesk.com/login?_ga=2.48257902.995833256.1678729711-1022231249.1637699445", "name": "BIM 360" }, ]

 }

]'/>

more options

You have a couple trailing commas, after BIM 360 and Hammertech.

I use jsonlint.com to find things like this.