Skip to main content

Edit Service Page

In the "Edit Services" page the OPERATOR can edit the service related information:

  1. Endpoints for callbacks
  2. Ip Address: service base path to receive callback
  3. Request: identify a specific callback
    • discard_proof: is sent when the user reject a verify request
    • discard_credential: is sent when the user reject a credential offer
    • message_service: is sent when the wallet app send a service request (ex. request_username, request_email, request_phone)
    • notify_connection: is sent when a connection between a user (wallet) and Dizme Agent is completed
    • credentials_available: deprecated
    • confirm_issue: is sent when a issue of a credential to a user is completed by the Dizme Agent
    • confirm_verify: is sent when a proof sent by the user is completed by the Dizme Agent
    • values_for_credential: deprecated
  4. Autentication

The authentication method supported are the following:

  1. No Auth, no autentication
  2. BasicAuth, this will require an username and password
  3. ApiKey, where the OPERATOR can add one or multiple (name ,value) entry
  4. Bearer Token, this will require a string (token)
  5. Payload, this will require a string (payload)
  6. OAuth2, this will require: client id, client secret, scopes, token url

Once satisfied with the service, the OPERATOR can go on and click on the SAVE button.