Configuring reCaptcha for Single Sign On

This section guides you through configuring reCaptcha for the Single Sign on(SSO) flow. You can mitigate or block brute force attacks, by configuring reCaptcha.

Info

  1. Set up reCaptcha with the WSO2 API Manager. For instructions on how to do this and more information about reCaptcha, see Setting Up ReCaptcha.
  2. Start the API Manager. Sign in to the Management Console (https://<APIM_Host>:<APIM_Port>/carbon).
  3. Click List under Identity Providers in the Main tab.
  4. Click Resident Identity Provider and expand the Login Attempts Security tab. Expand the reCaptcha for SSO Login tab.
  5. Select the relevant option according to your requirement:

    • Always prompt reCaptcha:

      Select this option to prompt users for reCaptcha with every SSO login attempt.

    • Prompt reCaptcha after max failed attempts:

      Select this option to prompt reCaptcha only after the number of maximum failed attempts has been exceeded.

      If this option is selected, enter a value for the Max failed attempts for reCaptcha field as well. For example, if you enter 3, reCaptcha will be re-enabled after 3 failed attempts.
      configure-captcha-for-sso

      Note the following when selecting this option:

      • Account locking must be enabled to enable Prompt reCaptcha after max failed attempts.

      • The Max failed attempts for reCaptcha value must be lower than the Maximum failed login attempts value configured under the Account Lock tab.

        configure-account-locking

  6. You have now successfully configured reCaptcha for the SSO flow. If the number of failed attempts reaches the maximum configured value, the following reCaptcha window appears.

    captcha-login-failed

Top