EWC-consortium / ewc-wallet-conformance-backend

This is the EWC Interoperability Test Bed (ITB) and implements the conformance towards EWC RFCs; build towards the Large Scale Pilot (LSP) usecases. The project is co-funded by the European Union.
3 stars 1 forks source link

Parameter authorizationDetails is not logged correctly #15

Open pa-rw opened 1 month ago

pa-rw commented 1 month ago

Parameter authorizationDetails is a JSON array of objects. To access individual objects, JSON.parse the string and iterate through its elements.

https://github.com/EWC-consortium/ewc-wallet-conformance-backend/blob/1414291b6608e0ce8e3166d7878cedc3c950faab/routes/codeFlowJwtRoutes.js#L93-L103