This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ebsi compliance - holder wallet (#3)
* feat: introduce method to fetch deferred credential refactor: resolving of credential offer from credential offer request url test: test fetching deferred credential from ebsi conformance issuer * feat: introduce high level function for executing pre-authorized code issuance flow refactor: avoid code duplication by common internal method for executing token and credential request after authorization (or pre-authorization) test: test ebsi conformance pre-authorized code issuance * refactor: remove annotation * test: test same device credential issuance flow feat: implement vp_token auth in the course of an issuance flow test: start test of issuance flow with implicit vp token exchange for ebsi conformance * fix: descriptor-map id requirement * chore: updated presentation for vp to include multiple constrains * test: updated ebsi-conformance-tests * chore: cleanup * chore: ebsi-tests - clear credentials folder * chore: added missing presentation fields * chore: cleanup + minor refactoring --------- Co-authored-by: Severin Stampler <[email protected]>
- Loading branch information
1 parent
f11785d
commit fcbdd91
Showing
7 changed files
with
287 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/commonMain/kotlin/id/walt/oid4vc/errors/CredentialOfferError.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.