Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Search Support

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.

Learn More

Is there any Group Policy for AutoSelectCertificateForUrls

more options

Is there any parameter or group policy similar to Chrome "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\AutoSelectCertificateForUrls]", as we implemented application with Certificate sign-in, it pop-up every time when navigating to different on-prem servers, we enabled Group policy for MSEdge & Chrome, but need to do same for Mozilla Firefox.

I need expert advice on this subject matter.

Regards,

Kamal Kiri

Is there any parameter or group policy similar to Chrome "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\AutoSelectCertificateForUrls]", as we implemented application with Certificate sign-in, it pop-up every time when navigating to different on-prem servers, we enabled Group policy for MSEdge & Chrome, but need to do same for Mozilla Firefox. I need expert advice on this subject matter. Regards, Kamal Kiri

Chosen solution

I figured out by following the instructions on https://github.com/mozilla/policy-templates/blob/master/windows/en-US/firefox.adml

Set Group Policy Preferences (JSON on one line) Enabled Options: {"security.default_personal_cert": "Select Automatically"}

OR

Set this Policy registry value

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox] "DisableAppUpdate"=dword:00000001 "Preferences"="{\"security.default_personal_cert\": \"Select Automatically\"}"

Read this answer in context 👍 0

All Replies (1)

more options

Chosen Solution

I figured out by following the instructions on https://github.com/mozilla/policy-templates/blob/master/windows/en-US/firefox.adml

Set Group Policy Preferences (JSON on one line) Enabled Options: {"security.default_personal_cert": "Select Automatically"}

OR

Set this Policy registry value

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox] "DisableAppUpdate"=dword:00000001 "Preferences"="{\"security.default_personal_cert\": \"Select Automatically\"}"

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.