-
Notifications
You must be signed in to change notification settings - Fork 7
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 Consent manager issues in CDS TK #27
Conversation
...main/java/org/wso2/openbanking/cds/consent/extensions/admin/impl/CDSConsentAdminHandler.java
Show resolved
Hide resolved
react-apps/self-care-portal-frontend/toolkit/src/services/cdsUtils.js
Outdated
Show resolved
Hide resolved
react-apps/self-care-portal-frontend/toolkit/src/services/cdsUtils.js
Outdated
Show resolved
Hide resolved
react-apps/self-care-portal-frontend/toolkit/src/services/cdsUtils.js
Outdated
Show resolved
Hide resolved
react-apps/self-care-portal-frontend/toolkit/src/specConfigs/common.js
Outdated
Show resolved
Hide resolved
"successfully. %s", e.getMessage())); | ||
// revoke access tokens if the user is not null. User can be null if the consent is revoked by a user with | ||
// CustomerCareOfficer role in consent manager. | ||
if (userId != null) { |
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.
Where are we revoking the tokens in CustomerCareOfficer scenario?
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.
The revokeConsentWithReason
[1] method calls > revokeConsentWithReason
[2] in accelerator which calls > revokeTokens
[3] method.
[1]
Line 300 in 8dfced3
this.consentCoreService.revokeConsentWithReason(consentID, CONSENT_STATUS_REVOKED, null, |
Fix consent manager issues
This PR fixes multiple issues in consent manager portal.
Related Issues
Applicable Labels: OB3 Accelerator, OB3 CDS Toolkit
Development Checklist
Testing Checklist