-
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 #2604
Conversation
PR builder started |
PR builder completed |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2604 +/- ##
=========================================
Coverage 56.23% 56.23%
+ Complexity 8128 8117 -11
=========================================
Files 632 632
Lines 46158 46163 +5
Branches 7771 7771
=========================================
+ Hits 25956 25960 +4
Misses 16478 16478
- Partials 3724 3725 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose
jti
of the jwt tokens.jti
value and pass it for the getTokenIdByAccessToken to get the token id.Related issue
wso2/product-is#21387
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation