Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.26 KB

functional-overview-1.md

File metadata and controls

34 lines (27 loc) · 1.26 KB

Functional overview

philplease explain mobile wallet SDKs

Web wallet

  • Wallet web app
    • Web based user interface for managing credentials and DIDs
  • User management
    • Authorization is currently mocked and not production ready
    • User-context switching and user-specific encapsulated data storage
  • Basic user data management
    • List dids
    • List credentials
  • Verifiable Credential and Presentation exchange
    • Support for credential presentation exchange based on OIDC-SIOPv2 spec

Verifier portal

  • Verifier web portal
    • Web based user interface for requesting credential presentations through the web wallet
  • Wallet configuration
    • Possibility to configure list of supported wallets (defaults to walt.id web wallet)
  • Presentation exchange
    • Support for presentation exchange based on OIDC-SIOPv2 spec

Issuer portal

  • Issuer web portal
    • Web based user interface for issuing credentials to the web wallet
  • Wallet configuration
    • Possibility to configure list of supported wallets (defaults to walt.id web wallet)
  • Verifiable credential issuance
    • Support for issuing verifiable credentials to the web wallet, based on OIDC-SIOPv2 spec