-
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 isk claim removal from refreshed id token when the user attributes are updated #2617
base: master
Are you sure you want to change the base?
Conversation
PR builder started |
fe3a395
to
373d876
Compare
PR builder completed |
PR builder started |
.../src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/RefreshGrantHandler.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2617 +/- ##
============================================
+ Coverage 54.95% 55.10% +0.15%
- Complexity 8259 8286 +27
============================================
Files 632 632
Lines 47577 48256 +679
Branches 7567 7828 +261
============================================
+ Hits 26144 26590 +446
- Misses 17606 17798 +192
- Partials 3827 3868 +41
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 |
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/11659482747
.../src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/RefreshGrantHandler.java
Outdated
Show resolved
Hide resolved
a4457de
to
cee9a0f
Compare
Proposed changes in this pull request
Related Issue
When should this PR be merged
[Please describe any preconditions that need to be addressed before we
can merge this pull request.]
Follow up actions
[List any possible follow-up actions here; for instance, testing data
migrations, software that we need to install on staging and production
environments.]
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation