Chrome Autolaunchprotocolsfromorigins for autodesk identity manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there, i was trying to get rid of the below dialog box:
"always allow signin.autodesk.com to open links of this type in the associated app"
I have done some basic research and on chrome and edge, seems to be controlled by the registry key here (for chrome):
Software\Policies\Google\Chrome\AutoLaunchProtocolsFromOrigins
This is also the GPO for chrome with recent ADMX files: "define a list of protocols that can launch an external application from listed origins without prompting the user"
I was able to find that the "protocol" it wants is "adskidmgr"
here is the JSON string to make it work (also teams).
[{"allowed_origins": ["*"],"protocol": "adskidmgr"},{"allowed_origins": ["*"],"protocol": "teams"}]
i suppose i could scope it just to sigin.autodesk.com, but i noticed sometimes it uses accounts.autodesk.com and who knows what else... * worked perfect of course.
hope it helps someone!