-
Notifications
You must be signed in to change notification settings - Fork 378
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
Introduce method to handle claim mappings with IdP group to role assignment resolving #2682
Introduce method to handle claim mappings with IdP group to role assignment resolving #2682
Conversation
...so2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/ClaimsUtil.java
Show resolved
Hide resolved
PR builder started |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2682 +/- ##
============================================
+ Coverage 55.87% 56.04% +0.17%
+ Complexity 8479 8395 -84
============================================
Files 654 654
Lines 49017 48095 -922
Branches 9656 9490 -166
============================================
- Hits 27386 26954 -432
+ Misses 17746 17314 -432
+ Partials 3885 3827 -58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder completed |
ce0e6f0
to
e377de0
Compare
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/12971117818
Unit tests will be added in a separate PR. |
Proposed changes in this pull request
#Subject to be used in grant handlers which handles the custom claims in grant handlers itself.
Need to bump framework version after merging wso2/carbon-identity-framework#6305
Issue - wso2/product-is#21009