Corrected the consentedAttributes#2122
Conversation
Signed-off-by: anushasunkada <anushasunkada@gmail.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis PR makes two independent changes: it updates the error code returned for concurrent client modification conflicts from ChangesClient Conflict Error Code
KYC Exchange Consent Representation
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant GetAttributes
participant IdaKycExchangeRequest
participant KYCExchangeEndpoint
GetAttributes->>GetAttributes: compute consentedAttributes from sub, name, requested attributes
GetAttributes->>IdaKycExchangeRequest: set ConsentObtained = consentedAttributes
IdaKycExchangeRequest->>KYCExchangeEndpoint: send request with ConsentObtained list
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies" Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Bug Fixes