Chrome Autolaunchprotocolsfromorigins for autodesk identity manager

Chrome Autolaunchprotocolsfromorigins for autodesk identity manager

caditupyo
Contributor Contributor
150 Views
1 Reply
Message 1 of 2

Chrome Autolaunchprotocolsfromorigins for autodesk identity manager

caditupyo
Contributor
Contributor

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"

 

autocad seemless.png

 

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!

 

 

 

151 Views
1 Reply
Reply (1)
Message 2 of 2

aaron_atkinson
Community Visitor
Community Visitor

Amazing. This worked perfectly for me. Much appreciated.

🔥

0 Likes