-
Notifications
You must be signed in to change notification settings - Fork 152
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 SCIM System Schema #594
Add SCIM System Schema #594
Conversation
aa306c0
to
b8104ea
Compare
...ain/java/org/wso2/carbon/identity/scim2/common/impl/IdentityResourceTypeResourceManager.java
Outdated
Show resolved
Hide resolved
...common/src/main/java/org/wso2/carbon/identity/scim2/common/internal/SCIMCommonComponent.java
Outdated
Show resolved
Hide resolved
...m2.common/src/main/java/org/wso2/carbon/identity/scim2/common/utils/SCIMCommonConstants.java
Outdated
Show resolved
Hide resolved
...m2.common/src/main/java/org/wso2/carbon/identity/scim2/common/utils/SCIMCommonConstants.java
Show resolved
Hide resolved
....scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/utils/SCIMCommonUtils.java
Outdated
Show resolved
Hide resolved
features/org.wso2.carbon.identity.scim2.common.feature/resources/charon-config.xml
Outdated
Show resolved
Hide resolved
features/org.wso2.carbon.identity.scim2.common.feature/resources/charon-config.xml.j2
Outdated
Show resolved
Hide resolved
3f13f9e
to
957e474
Compare
The integration tests were run locally with the changes in following PRs.
We can merge PRs 1, 2 & 3 and bump their versions in PR 4 and run the integration tests again. Since they are dependent, running the PR builder alone is expected to fail the integration tests. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #594 +/- ##
============================================
- Coverage 47.43% 47.23% -0.20%
+ Complexity 1120 1039 -81
============================================
Files 41 41
Lines 9065 9120 +55
Branches 2339 2352 +13
============================================
+ Hits 4300 4308 +8
- Misses 3838 3878 +40
- Partials 927 934 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
64bdb0e
into
wso2-extensions:master
Purpose
This pull request introduces support for a new SCIM system schema extension within the WSO2 Identity Server. The changes include schema definition updates, logic enhancements for schema processing, and test coverage to validate the new functionality.
Related Issues