Tags: nmshd/runtime
Tags
An empty string as `owner` of an incoming RelationshipAttributeQuery … …is expanded incorrectly (#946) * fix: owner of incoming RelationshipAttributeQuery is incorrectly expanded * test: expansion of empty string as owner of RelationshipAttributeQuery * fix: expandUnknown if Request is own --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Send OID4VP authorization requests in Requests (#898) * feat: add dcql * feat: remove auto-selector * fix: correct input descriptor * test: adapt tests * fix: typo * test: correct runtime services no, credential count * test: skip some tests * test: prettier tests * chore: fix vulnerability * test: update service image * feat: presentation request requests * feat: remove event * refactor: split folder * fix: make expander work * feat: improve no match error msg * feat: adapt to new plan * refactor: prettier test * test: adapt test * chore: build schemas * chore: remove package override * test: correct services no
Add support for openid4vci external auth flow (#892) * feat: add pin secured VC test * working version * feat: add pin secured VC test * working version * fix: bad merge * fix: simplify token passing * fix: remov unnecessary linting directive * refactor: some initial code clean up * fx: remove accidental change * chore: readd missing test * fix: use correct version * chore: update schemas * fix: transfer token in a proper manner and only allow token or pin * feat: add pin secured VC test * working version * fix: bad merge * feat: add pin secured VC test * working version * fix: simplify token passing * refactor: some initial code clean up * fx: remove accidental change * chore: readd missing test * fix: use correct version * chore: update schemas * fix: transfer token in a proper manner and only allow token or pin * chore: update the lockfile * chore: undo changes * feat: call external authentication through UI bridge * feat: improve OAuth errors * feat: dont show error when auth is cancelled * fix:remove duplicate test * test if auth servers are empty * refactor: inline unecessary type object * refactor: inline unecessary type object * refactor: fix datatype for good * chore: improve ui bridge function naming * fix: simplify logic * fix: improve type safety * chore: remove unecessary comments and variables * chore: remove unecessary comments and variables --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Julian König <julian.koenig@js-soft.com>
Add support for openid4vci external auth flow (#892) * feat: add pin secured VC test * working version * feat: add pin secured VC test * working version * fix: bad merge * fix: simplify token passing * fix: remov unnecessary linting directive * refactor: some initial code clean up * fx: remove accidental change * chore: readd missing test * fix: use correct version * chore: update schemas * fix: transfer token in a proper manner and only allow token or pin * feat: add pin secured VC test * working version * fix: bad merge * feat: add pin secured VC test * working version * fix: simplify token passing * refactor: some initial code clean up * fx: remove accidental change * chore: readd missing test * fix: use correct version * chore: update schemas * fix: transfer token in a proper manner and only allow token or pin * chore: update the lockfile * chore: undo changes * feat: call external authentication through UI bridge * feat: improve OAuth errors * feat: dont show error when auth is cancelled * fix:remove duplicate test * test if auth servers are empty * refactor: inline unecessary type object * refactor: inline unecessary type object * refactor: fix datatype for good * chore: improve ui bridge function naming * fix: simplify logic * fix: improve type safety * chore: remove unecessary comments and variables * chore: remove unecessary comments and variables --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Julian König <julian.koenig@js-soft.com>
Process openid urls over the string processor (#902) * chore: WIP * feat: add retry * chore: add log * feat: implement processOpenID4VPURL * fix: renamings * fix: remove duplicated code * chore: add another error code * fix: update fake ui bridge * chore: implement MockUIBridge * fix: proper error * chore: timos hidden PR comments * Update packages/app-runtime/test/lib/MockUIBridge.matchers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/app-runtime/test/lib/MockUIBridge.matchers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: remove test * refactor: move error --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
MaritalStatus as new IdentityAttribute (#887) * refactor: remove unnecessary comment * feat: add MaritalStatus IdentityAttribute value type * feat: make MaritalStatus useable * chore: build Schema.ts * test: add DVO tests for MaritalStatus * feat: add civil partnership statuses * feat: add source for marital status in Germany
PreviousNext