Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Is there any Group Policy for AutoSelectCertificateForUrls

  • 1 odgovor
  • 0 ima ovaj problem
  • Posljednji odgovor od Kamal Kiri

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

Izabrano rješenje

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\"}"

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (1)

more options

Odabrano rješenje

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\"}"

Korisno?

Postavi pitanje

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