wso2 / wso2/reference-implementation-cms0057f
Replace hardcoded placeholder consent sourceReference with actual consent document reference
Open
@sameeragunarathne is already working on this.
Since Feb 17, 2026.
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Description
A hardcoded placeholder consent sourceReference needs to be replaced with an actual consent document reference when consent API support is implemented.
Location
File: bulk-export-client/pdex_utils.bal
Lines: ~123-125
Current Implementation
The code currently uses a placeholder:
sourceReference: {
reference: "http://example.org/DocumentReference/someconsent"
}
Resolution
This will be fixed with consent API support in a future update.
References
- Related PR: https://github.com/wso2/reference-implementation-cms0057f/pull/162
- Review comment: https://github.com/wso2/reference-implementation-cms0057f/pull/162#discussion_r2814699393
- Requested by: @sameeragunarathne
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.