Edit Service Page
In the "Edit Services" page the OPERATOR can edit the service related information:
- Endpoints for callbacks
- Ip Address: service base path to receive callback
- 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
- Autentication
The authentication method supported are the following:
- No Auth, no autentication
- BasicAuth, this will require an username and password
- ApiKey, where the OPERATOR can add one or multiple (name ,value) entry
- Bearer Token, this will require a string (token)
- Payload, this will require a string (payload)
- 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.