-
Notifications
You must be signed in to change notification settings - Fork 370
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
Fix missing claims for federated users for jwt token issuers #2613
base: master
Are you sure you want to change the base?
Conversation
PR builder started |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2613 +/- ##
============================================
+ Coverage 54.95% 56.06% +1.11%
+ Complexity 8259 8082 -177
============================================
Files 632 632
Lines 47577 46075 -1502
Branches 7567 7799 +232
============================================
- Hits 26144 25832 -312
+ Misses 17606 16535 -1071
+ Partials 3827 3708 -119
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...entity.oauth/src/main/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCache.java
Outdated
Show resolved
Hide resolved
...ty.oauth/src/test/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCacheTest.java
Outdated
Show resolved
Hide resolved
...ty.oauth/src/test/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCacheTest.java
Outdated
Show resolved
Hide resolved
...ty.oauth/src/test/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCacheTest.java
Outdated
Show resolved
Hide resolved
...ty.oauth/src/test/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCacheTest.java
Outdated
Show resolved
Hide resolved
...ty.oauth/src/test/java/org/wso2/carbon/identity/oauth/cache/AuthorizationGrantCacheTest.java
Outdated
Show resolved
Hide resolved
PR builder completed |
PR builder started |
PR builder completed |
Purpose
Related issue
wso2/product-is#21387