-
Notifications
You must be signed in to change notification settings - Fork 93
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 User Account Recovery V2 API #179
Conversation
...v2/src/main/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/Constants.java
Outdated
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/PasswordRecoveryService.java
Outdated
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/PasswordRecoveryService.java
Outdated
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/PasswordRecoveryService.java
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/6245210673
...v2/src/main/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/Constants.java
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/PasswordRecoveryService.java
Outdated
Show resolved
Hide resolved
...g/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/exceptions/ConflictException.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/rest/api/user/recovery/v2/impl/core/utils/RecoveryUtil.java
Show resolved
Hide resolved
4f41df9
to
3fc7797
Compare
Purpose
Due to the encountered issues with the current V1 API, V2 API is implemented with the following changes.
/init
). This will not be changed in the rest of the flow./recover
and/resend
requests will contain the above flow confirmation code.confirmationCode
property and the received OTP should be passed as theotp
property in the/confirm
request. In the email link based recovery,confirmationCode
should be the code received to the email of the user./reset
request, UUID generated at the recovery initiation should be passed as theflowConfirmationCode
and theresetCode
received from the above request should be passed.Related Issue: wso2/product-is#16536
When should this PR be merged
This should be merged after wso2-extensions/identity-governance#751