当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 3 件の返信
  • 0 人がこの問題に困っています
  • 23 回表示
  • 最後の返信者: 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"

すべての返信 (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.