-
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
Govern Shared profile claim update based on SharedProfileValueResolvingMethod #426
Govern Shared profile claim update based on SharedProfileValueResolvingMethod #426
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #426 +/- ##
============================================
+ Coverage 47.35% 47.91% +0.56%
- Complexity 1177 1202 +25
============================================
Files 140 141 +1
Lines 7596 7655 +59
Branches 926 941 +15
============================================
+ Hits 3597 3668 +71
+ Misses 3690 3675 -15
- Partials 309 312 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ement/organization/user/sharing/listener/SharedUserProfileUpdateGovernanceEventListener.java
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/12865458959
PR builder started |
PR builder completed |
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/12880236091
Purpose
If the claim's SharedProfileValueResolvingMethod's is set to "FromOrigin" or blank, those claim should not be able to update in shared user profiles
Part of wso2/product-is#22126
Related PRs
Depends on