-
Notifications
You must be signed in to change notification settings - Fork 68
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 to register custom org discovery types #458
Add support to register custom org discovery types #458
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #458 +/- ##
============================================
- Coverage 44.48% 42.08% -2.40%
- Complexity 1269 1304 +35
============================================
Files 163 164 +1
Lines 8812 9475 +663
Branches 1072 1221 +149
============================================
+ Hits 3920 3988 +68
- Misses 4564 5142 +578
- Partials 328 345 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3963d7b
to
0f8563d
Compare
...g/wso2/carbon/identity/organization/config/service/constant/OrganizationConfigConstants.java
Outdated
Show resolved
Hide resolved
...identity/organization/config/service/AttributeBasedOrganizationDiscoveryHandlerRegistry.java
Outdated
Show resolved
Hide resolved
...tity/organization/config/service/AttributeBasedOrganizationDiscoveryHandlerRegistryTest.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/13233194747
Purpose
$subject
Related Issue(s)