-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Recaptcha enterprise #756
Merged
Buddhimah
merged 11 commits into
wso2-extensions:master
from
Lakshan-Banneheke:recaptcha-enterprise
Sep 15, 2023
Merged
Add support for Recaptcha enterprise #756
Buddhimah
merged 11 commits into
wso2-extensions:master
from
Lakshan-Banneheke:recaptcha-enterprise
Sep 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hwupathum
reviewed
Sep 7, 2023
...ery/src/main/java/org/wso2/carbon/identity/recovery/endpoint/impl/CaptchaApiServiceImpl.java
Outdated
Show resolved
Hide resolved
hwupathum
reviewed
Sep 7, 2023
...tity.api.user.recovery/src/test/resources/repository/conf/identity/captcha-config.properties
Outdated
Show resolved
Hide resolved
hwupathum
reviewed
Sep 7, 2023
...n.identity.captcha/src/main/java/org/wso2/carbon/identity/captcha/util/CaptchaConstants.java
Outdated
Show resolved
Hide resolved
hwupathum
reviewed
Sep 7, 2023
...carbon.identity.captcha/src/main/java/org/wso2/carbon/identity/captcha/util/CaptchaUtil.java
Outdated
Show resolved
Hide resolved
hwupathum
reviewed
Sep 7, 2023
...carbon.identity.captcha/src/main/java/org/wso2/carbon/identity/captcha/util/CaptchaUtil.java
Outdated
Show resolved
Hide resolved
19 tasks
hwupathum
reviewed
Sep 8, 2023
...ery/src/main/java/org/wso2/carbon/identity/recovery/endpoint/impl/CaptchaApiServiceImpl.java
Outdated
Show resolved
Hide resolved
hwupathum
reviewed
Sep 8, 2023
...ery/src/main/java/org/wso2/carbon/identity/recovery/endpoint/impl/CaptchaApiServiceImpl.java
Outdated
Show resolved
Hide resolved
Lakshan-Banneheke
force-pushed
the
recaptcha-enterprise
branch
from
September 8, 2023 04:35
29c1ae6
to
fd66914
Compare
hwupathum
reviewed
Sep 8, 2023
...ery/src/main/java/org/wso2/carbon/identity/recovery/endpoint/impl/CaptchaApiServiceImpl.java
Outdated
Show resolved
Hide resolved
hwupathum
previously approved these changes
Sep 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to refactor the code when other types of catpcha are introduced
lashinijay
reviewed
Sep 11, 2023
...carbon.identity.captcha/src/main/java/org/wso2/carbon/identity/captcha/util/CaptchaUtil.java
Outdated
Show resolved
Hide resolved
lashinijay
reviewed
Sep 11, 2023
...on.identity.captcha/src/test/java/org/wso2/carbon/identity/captcha/util/CaptchaUtilTest.java
Outdated
Show resolved
Hide resolved
Lakshan-Banneheke
force-pushed
the
recaptcha-enterprise
branch
from
September 11, 2023 03:57
fd66914
to
fd3ae49
Compare
Lakshan-Banneheke
force-pushed
the
recaptcha-enterprise
branch
2 times, most recently
from
September 11, 2023 04:34
645e44c
to
d603ed2
Compare
lashinijay
approved these changes
Sep 11, 2023
hwupathum
approved these changes
Sep 11, 2023
nilasini
approved these changes
Sep 12, 2023
ayeshajay
reviewed
Feb 18, 2024
...very/src/gen/java/org/wso2/carbon/identity/recovery/endpoint/dto/ReCaptchaPropertiesDTO.java
Show resolved
Hide resolved
...very/src/gen/java/org/wso2/carbon/identity/recovery/endpoint/dto/ReCaptchaPropertiesDTO.java
Show resolved
Hide resolved
...src/test/java/org/wso2/carbon/identity/recovery/endpoint/impl/CaptchaApiServiceImplTest.java
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes in this pull request
This is a continuation of this PR: #684
This PR is for adding the support for reCaptcha enterprise.
If reCaptcha enterprise is enabled, the verification method is different from v2 and v3. This is mainly handled in the CaptchaUtil.
Additional variables needed for reCaptcha enterprise support are added.
Related Issues
When should this PR be merged
Follow up actions