-
Notifications
You must be signed in to change notification settings - Fork 266
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 #7362
Add SCIM system schema #7362
Conversation
8a81237
to
3fc3493
Compare
3fc3493
to
46a593f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7362 +/- ##
==========================================
+ Coverage 36.32% 36.53% +0.21%
==========================================
Files 42 42
Lines 903 906 +3
Branches 223 223
==========================================
+ Hits 328 331 +3
- Misses 529 555 +26
+ Partials 46 20 -26
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Change year in the copyright license |
public static readonly SCIM2_CORE_USER_SCHEMA: string = "urn:ietf:params:scim:schemas:core:2.0:User"; | ||
public static readonly SCIM2_ENT_USER_SCHEMA: string = "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"; | ||
/** |
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.
Created issue for removeing the deprecated variables in future.
wso2/product-is#22376
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Purpose
WSO2-related SCIM attributes that were previously part of the enterprise schema are now moved to the new System Schema. The existing custom schema is renamed as System schema. A new custom schema is added to maintain the separation between product related SCIM attributes and customer defined SCIM attributes.
In addition, all the usages of the attributes that were transitioned from the enterprise schema to the system schema are updated with the new schema URI.
Related Issues
Related PRs
Checklist
Security checks