-
Notifications
You must be signed in to change notification settings - Fork 550
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
Introduce registration framework and registration flow management service #6568
Conversation
PR builder started |
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #6568 +/- ##
============================================
- Coverage 47.24% 47.22% -0.02%
+ Complexity 15419 15401 -18
============================================
Files 1757 1757
Lines 105790 105837 +47
Branches 19962 19985 +23
============================================
+ Hits 49983 49985 +2
- Misses 48750 48799 +49
+ Partials 7057 7053 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
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/13581650046
features/registration-framework/org.wso2.carbon.identity.registration.framework.feature/pom.xml
Outdated
Show resolved
Hide resolved
...registration-framework/org.wso2.carbon.identity.user.registration.mgt.server.feature/pom.xml
Outdated
Show resolved
Hide resolved
|
Proposed changes in this pull request
The Registration Framework manages user self-registration and organization-specific registration flows. This PR introduces the registration framework component and add the implementation for the registration flow management service.
Related Issue