Forum Discussion
Coert Kastelein
Oct 25, 2021Brass Contributor
Bad results with WebAppInstallForceList
I'm trying Canary v96 with the new attributes for the WebAppInstallForceList, but it's failing to work.
Compact JSON
[{"create_desktop_shortcut":true,"custom_icon":{"hash":"BD7ED44623036E67266D4884B3E5451762D6DB964E651B74BD7AB9955CA55C60","url":"https://i.imgur.com/KEaQ6g2.png"},"custom_name":"MyWebsite","default_launch_container":"window","url":"https://portal.mywebsite.com"}]
JSON
[
{
"create_desktop_shortcut":true,
"custom_icon":{
"hash":"BD7ED44623036E67266D4884B3E5451762D6DB964E651B74BD7AB9955CA55C60",
"url":"https://i.imgur.com/KEaQ6g2.png"
},
"custom_name":"MyWebsite",
"default_launch_container":"window",
"url":"https://portal.mywebsite.com"
}
]
It shows like this, with no custom name and no image. Also it creates multiple.
Anyone has an idea what's wrong?
Coert Kastelein Hi! Quick update from our developers, the custom_name and custom_icon is currently only available on ChromeOS. More information here: https://bugs.chromium.org/p/chromium/issues/detail?id=1266169
We are working to update our policy documentation. Thanks!
-Kelly
- Kelly_YMicrosoft
Coert Kastelein Hi! Do you know if there is an error message or anything for this policy shown on the edge://policy/ page?
Thanks!
-Kelly
- Coert KasteleinBrass ContributorHi Kelly. No, there is no error. It has an OK status.
- Kelly_YMicrosoft
Coert Kastelein Hi! Our developers are investigating.
Couple of questions:
- How is the policy is getting set? Is it via regkey or Intune?
- Is https://portal.mywebsite.com the right URL to use for the repro? Does the issue reproduce with other WebApps?
Thanks!