Integrating Google reCAPTCHA

To add an extra layer of protection to your site to help prevent potential anonymous password resets and account requests from being initiated from from automated software, your organization can register for a free Google reCAPTCHA account. Once you have an account, you can integrate it with EmpowerID as an OAuth Provider application. To do so, edit the default Google reCAPTCHA OAuth provider in EmpowerID, adding the Site Key and Secret Key associated with your reCAPTCHA account.

To get reCAPTCHA and learn more about setting it up for your domain, visit https://www.google.com/recaptcha/intro/.

If you use a proxy on your EmpowerID servers or desktops, you must allow the following sites to be opened over the proxy.


To integrate Google reCAPTCHA with EmpowerID


If you view a page that requires reCAPTCHA prior to configuration and you get a misconfiguration message, clear the browser cache before accessing the page again.

After configuration, reset IIS.


  1. In the Navigation Sidebar of the EmpowerID Web application, expand Admin, then SSO Connections, and click OAuth.
  2. On the OAuth Service Provider tab, search for Google reCAPTCHA and click the Provider link.


    This opens the OAuth Service Provider Details page for Google reCAPTCHA.

  3. From the grid, click the Edit button for the Google reCAPTCHA provider.

  4. In the General dialog that appears, do the following:
    1. Enter the Site key for your Google reCAPTCHA account in the Consumer Key field.
    2. Enter the Secret key for your Google reCAPTCHA account in the Consumer Secret field.
    3. Click Save.

  5. From the Start menu, run iisreset.exe.


Now, when a user clicks the Forgot Password link, the Password Reset Center appears with a Google reCAPTCHA validation, as in the image below.


To disable Google reCAPTCHA without removing your keys

  1. From the navigation bar, expand Resources and select Workflows.
  2. On the Workflow tab, enter the search term "passwordreset" and in the search results, select Password Reset Center.

  3. On the Workflow Details page that appears, expand the Request Workflow Parameters section and search for "use."
  4. In the search results, click the Edit button for the UseCaptcha parameter, which is set to true by default.

  5. Change the Value of the parameter from true to false

    Do NOT change the Name field, as EmpowerID uses this to determine which parameter to change. If you change the Name field, the parameter is ignored.

  6. From the command line, run iisreset.exe to update your site.
  7. To test the change, in your browser, replace anything in the site URL from the pound sign (#) to this: #aw/passwordresetcenter

    For example, https://sso.empowersso.com/UI/#aw/passwordresetcenter

    Or log out and on the Login page, next to Forgot your: click Password. The password reset center no longer shows the reCAPTCHA section.


Related Content