-
Notifications
You must be signed in to change notification settings - Fork 550
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
Improve DialectConfigParser to build the final server supported claims set #6535
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6535 +/- ##
============================================
- Coverage 47.17% 47.16% -0.01%
- Complexity 15372 15376 +4
============================================
Files 1751 1751
Lines 105784 105805 +21
Branches 19658 19663 +5
============================================
+ Hits 49903 49907 +4
- Misses 48821 48834 +13
- Partials 7060 7064 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...adata.mgt/src/main/java/org/wso2/carbon/identity/claim/metadata/mgt/util/ClaimConstants.java
Outdated
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/13413141360
Proposed changes in this pull request
In this PR we extend the existing dialect parser to build and get the final server supported claims set.
Related Issue