Advanced Search
Search Results
23 total results found
Introduction
Connection-Verification-Issue Use Case This document describes a tipical customer integration case that cover the three main activity on Dizme Stack: new connection of a user wallet with customer dizme istances and backend asking a credentials verification (p...
Integration Flow
Sequence Call verify/request (1) API to create a new proof verification, the invitiation_short_url resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). After scan the QrCode a flow of connection (5) betwe...
Dizme API Version 1.0 (Legacy)
Dizme Agent Rest Service API Dizme API documentation. Contact: URL: https://dizme.io Email: team.dizme@etuitus.it Version: 1.0.0 Servers https://{}.dizme.io/api/v1 Tags verify: Verify operation can be made through Dizme agent connection: Connection o...
Dizme API version 2.0
Dizme Agent Rest Service API Dizme API documentation. Dizme API Collection Here you can download Swagger Api for Dizme Stack. DizmeAgent_Api_v2.yaml Contact: URL: https://dizme.io Email: team.dizme@etuitus.it Version: 2.0 Servers https://{}.dizme.io/api/v...
Introduction
One Shot Sign with Dizme Use Case This document describes a typical customer integration case that covers the integration with the One Shot Sign Service of InfoCert. Setting up your SERVICE on Dizme Studio Before your backend application can use Dizme Api you ...
Integration Flow
Sequence DARS Api verify/request The /verify/request service allows you to ask for verifiable credentials to a user In order to request verifiable credentials to a user, a proof template (or request) must be previously created for the own organization. The pr...
Introduction
OnBoarding with Gui Dizme SDK This document describes a typical customer integration case that covers the integration of the OnBoarding FLOW with the GUI DIZME SDK . Setting up your SERVICE on Dizme Studio Before your backend application can use Dizme Api you ...
Integration Flow
Sequence
Introduction
OnBoarding with Dizme SDK This document describes a typical customer integration case that covers the integration of the OnBoarding FLOW with the DIZME SDK . Setting up your SERVICE on Dizme Studio Before your backend application can use Dizme Api you need to ...
Integration Flow
Sequence
Dizme SDK Android Archive Library
DizmeSDK Android Archive Library Introduction Scope and field of document application This document describes integration specifications and API Description of Dizme SDK library for the Android version. Within the document, the library will be called simply li...
Dizme SDK iOS Framework Library
DizmeSDK iOS Framework Library Introduction Scope and field of document application This document describes integration specifications and API Description of Dizme SDK library for the iOS version. Within the document, the library will be called simply library,...
Out Of Band Verification
DARS provides a verification request mode called Out Of Band which allows the wallet to scan the qrcode and be directed to the proof view without waiting for a notification. To activate this mode just add a parameter out_of_band=true to the verify/request API ...
Detailed Verify Confirm Callback Example
General On this page we will show a detailed example of the verify confirm object that an organization that integrates an example of signature services could receive. Verify Confirm Callback Upon invocation of this service, all the attributes requested in the ...
Detail on Verify Request
{ "proof": { "version": "1.0", "nonce": "1", "name": "PROOF_FOR_SIGN", "requested_predicates": { }, "requested_attributes": { "attr_reference1": { "names": [ "licenceUserName", "licenceUserEmai...
Introduction
Verification and Issue of Credentials Use Cases This document describes a tipical customer integration cases that cover the two main activity on Dizme Stack: asking a credentials verification (proof) to a user wallet issue a new credential to the user wallet ...
Verification and Issue Integration Flow
Sequence Call verify/request (1) API to create a new proof verification, the invitiation_short_url resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). The wallet will show the proof requested to the user...
Verification Integration Flow
Sequence Call verify/request (1) API to create a new proof verification, the invitiation_short_url resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). The wallet will show the proof requested to the user...
Issue Integration Flow
Sequence Call credential/offer (1) API to create a new proof verification, the credential_offer_link resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). After the scan, the wallet will start the issue ph...
DARS Api - Callback Api
DARS Api verify/request The /verify/request service allows you to ask for verifiable credentials to a user In order to request verifiable credentials to a user, a proof template (or request) must be previously created for the own organization. The proof reques...