-
Notifications
You must be signed in to change notification settings - Fork 141
Add password onboard executor #223
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
Conversation
...va/org/wso2/carbon/identity/application/authenticator/basicauth/PasswordOnboardExecutor.java
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/application/authenticator/basicauth/PasswordOnboardExecutor.java
Outdated
Show resolved
Hide resolved
response.setRequiredData(Collections.singletonList(PASSWORD)); | ||
return response; | ||
} else { | ||
// Todo enforce password policies. |
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.
Let's track this with a git issue
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.
Tracked with wso2/product-is#23373
226ab10
to
4ea1b30
Compare
components/org.wso2.carbon.identity.application.authenticator.basicauth/pom.xml.versionsBackup
Outdated
Show resolved
Hide resolved
components/org.wso2.carbon.identity.application.authenticator.basicauth/pom.xml.versionsBackup
Outdated
Show resolved
Hide resolved
3aea073
to
1eb32b8
Compare
...va/org/wso2/carbon/identity/application/authenticator/basicauth/PasswordOnboardExecutor.java
Outdated
Show resolved
Hide resolved
...rg/wso2/carbon/identity/application/authenticator/basicauth/PasswordOnboardExecutorTest.java
Outdated
Show resolved
Hide resolved
1eb32b8
to
1615111
Compare
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/13692117664
Purpose
This PR introduces a registration executor to perform the password validation and enrollment into the profile of the user who is being registered.
Related issue: wso2/product-is#23356
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning