-
Notifications
You must be signed in to change notification settings - Fork 67
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 a listener to resolve shared profile based on SharedProfileValueResolvingMethod #427
Add a listener to resolve shared profile based on SharedProfileValueResolvingMethod #427
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #427 +/- ##
============================================
+ Coverage 48.28% 48.98% +0.70%
- Complexity 1202 1237 +35
============================================
Files 141 141
Lines 7611 7820 +209
Branches 938 967 +29
============================================
+ Hits 3675 3831 +156
- Misses 3622 3665 +43
- Partials 314 324 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
67fa6a5
to
629d107
Compare
...nization/management/organization/user/sharing/listener/SharedUserOperationEventListener.java
Outdated
Show resolved
Hide resolved
...nization/management/organization/user/sharing/listener/SharedUserOperationEventListener.java
Outdated
Show resolved
Hide resolved
...nization/management/organization/user/sharing/listener/SharedUserOperationEventListener.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/12928049334
Purpose
Add doPostGetUserClaimValuesWithID, doPostGetUsersClaimValuesWithID and doPostGetUserClaimValueWithID methods to resolve the shared profiles based on SharedProfileValueResolvingMethod claim property in each claim property.
Part of wso2/product-is#22126
Related PRs
Depends on