All pages
Powered by GitBook
1 of 1

Loading...

Credentials

Credential configurations set up the environment for functions related to authorization, credential, DID and key management. Currently, the following configurations are available:

  • wallet configuration

  • push notifications configuration

Wallet configuration

specifies the remote location which web-wallet backend should use to proxy all the credential management, key management, DID management and authentication requests to. The configuration is stored in the wallet.conf file.

e.g. wallet configuration

Push notifications configuration

A push notifications service can be configured so that the end-user will receive notifications for both when they receive a credential accept request or a verification request. The configuration is stored in the push.conf file.

e.g. push notifications configuration

remoteWallet = "https://wallet.walt.id"
pushPrivateKey="{server-private-key}"
pushPublicKey="{server-public-key}"
pushSubject="mailto:[email protected]"