-
Notifications
You must be signed in to change notification settings - Fork 548
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 SharedProfileValueResolvingMethod meta data to local claims #6246
Add SharedProfileValueResolvingMethod meta data to local claims #6246
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6246 +/- ##
==========================================
Coverage 45.69% 45.70%
+ Complexity 14078 14059 -19
==========================================
Files 1633 1633
Lines 100914 100656 -258
Branches 17730 17696 -34
==========================================
- Hits 46117 46004 -113
+ Misses 48080 47956 -124
+ Partials 6717 6696 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
~ specific language governing permissions and limitations | ||
~ under the License. | ||
--> | ||
~ Copyright (c) 2005-2025, WSO2 LLC. (http://www.wso2.com). |
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.
~ Copyright (c) 2005-2025, WSO2 LLC. (http://www.wso2.com). | |
~ Copyright (c) 2005-2025, WSO2 LLC. (http://www.wso2.com). |
Seems like unintended formatting
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.
Added license format is generated via the IDE and the correct formatting is to have two space indentation from the left corner.
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/12908993296
Proposed changes in this pull request
Based on the behavior of each claim, define a value for
SharedProfileValueResolvingMethod
metadata out of:FromOrigin
FromSharedProfile
FromFirstFoundInHierarchy
Part of Provide capability to update shared user profile and resolve the shared profile based on organization hierarchy product-is#22126