-
Notifications
You must be signed in to change notification settings - Fork 66
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 the capability to update discovery configuration of the primary organization. #410
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #410 +/- ##
=============================================
- Coverage 41.53% 30.07% -11.47%
- Complexity 218 424 +206
=============================================
Files 30 61 +31
Lines 1678 4323 +2645
Branches 187 489 +302
=============================================
+ Hits 697 1300 +603
- Misses 938 2913 +1975
- Partials 43 110 +67
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...g/wso2/carbon/identity/organization/config/service/constant/OrganizationConfigConstants.java
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/organization/config/service/OrganizationConfigManagerImpl.java
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/organization/config/service/OrganizationConfigManagerImpl.java
Outdated
Show resolved
Hide resolved
c89973d
to
f507e94
Compare
f507e94
to
91ad341
Compare
Purpose
This pr introduces a new method for updating the discovery configuration in the organization configuration management service.
Related issue