Share via

How to stop "Select a certificate for authentication" appearing at google.com using Edge browser

Leonard Wapner 50 Reputation points
2026-06-17T00:35:33.57+00:00

Using Edge and going to www.google.com I now see the prompt, "Select a certificate for authentication" appearing at this site. I can cancel or x out of this and all is well. But it reappears whenever I return to this site. How can I stop this from popping up each time I go to Google?

Microsoft Edge | Website issues | Windows 11
0 comments No comments

2 answers

Sort by: Most helpful
  1. Manoel Barros 19,455 Reputation points Independent Advisor
    2026-06-17T01:39:42.9566667+00:00

    Hi!

    Are you in a corporate, educational, or home environment? Which of these environments does your computer belong to?

    Does the problem occur in other browsers?

    Do you have personal or company certificates installed on your computer?

    Do you use any antivirus software, such as Avast, AVG, or McAfee? Open Windows Settings (Windows + I) > Apps > Installed Apps > Check if you have any antivirus software installed.

    Do you use a VPN?

    Was this answer helpful?


  2. AI answer

    2026-06-17T00:35:43.1533333+00:00

    The prompt is caused by Edge trying to use a client certificate for authentication when a site (or a misconfiguration) suggests one is needed and multiple matching certificates are available. To stop the “Select a certificate for authentication” dialog from appearing, configure Edge so it does not auto‑select or prompt for a certificate in this situation.

    In managed or advanced setups, this is controlled by the (now deprecated) ForceCertificatePromptsOnMultipleMatches policy, which works together with AutoSelectCertificateForUrls:

    • If AutoSelectCertificateForUrls is not configured for a site, Edge always prompts the user to select a certificate when one is requested.
    • If AutoSelectCertificateForUrls is configured for a site and there are multiple matching certificates:
      • Enabled ForceCertificatePromptsOnMultipleMatches: Edge prompts the user to select a certificate.
      • Disabled or not configured: Edge automatically selects a certificate and does not prompt.

    To prevent the repeated prompt for Google in a managed environment:

    1. Ensure there is no AutoSelectCertificateForUrls entry that targets google.com or its subdomains.
    2. If such an entry is required for other sites, set ForceCertificatePromptsOnMultipleMatches so that Edge does not prompt when multiple certificates match (i.e., leave it disabled or not configured), or adjust the certificate selection rules so only one certificate matches.

    On Windows, the policy can be set via Group Policy or the registry (for administrators):

    • Group Policy path: Administrative Templates/Microsoft Edge
      • Policy name: Configure whether Microsoft Edge should automatically select a certificate when there are multiple certificate matches for a site configured with "AutoSelectCertificateForUrls" (deprecated)
    • Registry path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
      • Value name: ForceCertificatePromptsOnMultipleMatches
      • Value type: REG_DWORD
      • Example value to enable prompting: 0x00000001 (for suppressing prompts, leave the policy not configured or set accordingly in Group Policy).

    Because this policy is deprecated and does not work in Microsoft Edge version 104 and later, newer versions should instead use the replacement policy PromptOnMultipleMatchingCertificates to control whether users are prompted when multiple matching certificates exist.

    If the environment is not domain‑managed and no certificate policies have been intentionally configured, the repeated prompt typically indicates an underlying certificate or site configuration issue. In that case, removing any client certificates that are being offered for google.com or having an administrator review certificate deployment and Edge certificate policies will stop the dialog from appearing.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.