Skip to main content
Version: v0.9.0

Configuration

In this section, the configuration of the wallet is explained. Configuration is used based on a config.yaml file which should be placed in the apps/backend folder. This config.yaml file is loaded when booting the application. The values get type checked, and it gives a clear error message if there is a configuration field missing or provided incorrectly. Next to the config.yaml file, you can also set environment variables. These override the values that are listed in the config.yaml file.

Databases

By default, the development database is sqlite. We use postgres databases for production type instances of the wallets.

Authentication

Authentication for frontend services can be done via OAuth. This helps users who need to login to several components to authenticate themselves faster. The wallet is tested against the SSO Bridge, with an Helm chart provided alongside the Helm chart of the wallet, but other OAuth services should be usable (e.g. Keycloak, or hosted OAuth services).

DID Method

Two DID methods are currently supported: did:web and did:tdw. A comparison between the two is given below. The decision of which configuration to select should be made based on the specific use case of the wallet.

did:webdid:tdwdid:key
TSG Configuration value:did:web:did:tdw:- (DID Key is only supported for DID resolution but not for creation)
Specification link:W3C internal documentBCGov specification draftW3C internal document
Supported version:Unofficial draftDraft v1Unofficial draft v0.7
Underlying technology:Web-based DID method that serves the DID Document as a JSON under a certain endpoint (.well-known path) of a web domain that is accessible by the public.Web-based DID method that utilizes a public JSON Lines file hosted under a web domain to store each change (create, update, delete) that occurs on a DID Document. The DID Document is then resolved by fetching and processing the JSON Lines file.Multibase Multicodec public key, with generated DID document
Identifier format:did:web:{{public web domain}}
e.g. did:web:example.com
did:tdw:{{public web domain}}:{{generated self-certifying identifier}}
e.g. did:tdw:example.com:b7ep277b2mvxdpcrbja3iergubfy
did:key:{{ Public key }}
Advantages:Straightforward implementation with no additional processing other than hosting DID Document on web server.Additional security and validation mechanisms contained in the JSON Lines file that increases trustworthiness of DID Document.No server implementation required, so very suitable for mobile wallets
Disadvantages:Easily compromisable without notice by resolving parties when malicious access is gained to the web server.DID Document is not directly available as extra processing to verify signatures and validate entry hashes retrieved from the JSON Lines file needs to be performed to resolve the DID Document.DID document only contains the verification method, so additional properties like service are not supported

Possible configuration parameters

KeyRequiredTypeDescriptionDefault
DatabaseConfig
dbDatabaseConfigDatabase configuration
db.type"sqlite" | "postgres"Type of database
db.databaseStringName of the database
db.synchronizeYesBooleanSynchronize database schema
db{type=sqlite}SQLiteConfigDatabase configuration
db{type=sqlite}.type"sqlite" | "postgres"Type of database"sqlite"
db{type=sqlite}.databaseStringName of the database
db{type=sqlite}.synchronizeYesBooleanSynchronize database schema
db{type=postgres}PostgresConfigDatabase configuration
db{type=postgres}.hostStringHost of the database
db{type=postgres}.portNumberPort of the database
db{type=postgres}.usernameStringUsername of the database
db{type=postgres}.passwordStringPassword of the database
db{type=postgres}.sslYesUnknownSSL configuration of the database
db{type=postgres}.type"sqlite" | "postgres"Type of database"postgres"
db{type=postgres}.databaseStringName of the database
db{type=postgres}.synchronizeYesBooleanSynchronize database schema
ServerConfig
serverYesServerConfigServer configuration
server.listenYesStringIP address the server listens on"0.0.0.0"
server.portYesNumberPort the server listens on3000
server.publicDomainYesStringPublic domain of the server"localhost"
server.publicAddressYesStringPublic address of the server"http://localhost:3000"
server.subPathYesStringSub path of the server
AuthConfig
authAuthConfigManagement authentication configuration
auth.enabledBooleanEnable authenticationtrue
auth.openIdConfigurationURLYesStringOpenID configuration URL
auth.callbackURLYesURLCallback URL the auth service will redirect users
auth.redirectURLYesURLRedirect URL to UI after login/logout
auth.clientIdYesStringClient ID
auth.clientSecretYesStringClient secret
auth.rolePathYesStringJSON path to extract roles from the token"$.roles[*]"
NodemailerConfiguration
emailYesNodemailerConfigurationEmail configuration
email.enabledBooleanEnable email sending
email.smtpFromYesStringEmail address to send emails from
email.smtpPortYesNumberSMTP port465
email.smtpSecureYesBooleanSMTP secure connectiontrue
email.smtpServerYesStringSMTP server
email.smtpUserYesStringSMTP user
email.smtpPasswordYesStringSMTP password
email.titleYesStringTitle
InitKeyConfig
initKeysYesInitKeyConfig[]Initial key configurations
initKeys[].type"EdDSA" | "ES384" | "X509"Type of key
initKeys[].idStringID of the key
initKeys[].defaultYesBooleanDefault key
initKeys[].existingKeyYesUnknownExisting PKCS#8 encoded key
initKeys[].existingCertificateYesUnknownExisting PEM encoded certificate
InitCredentialConfig
initCredentialsYesInitCredentialConfig[]Initial credential configurations
initCredentials[].contextYesStringJSON-LD contexts for the credential[]
initCredentials[].typeYesStringTypes of the verifiable credential[]
initCredentials[].idStringID of the credential
initCredentials[].keyIdYesStringID of key signing the credential
initCredentials[].revocableYesBooleanRevocable credentialtrue
initCredentials[].credentialSubjectObjectCredential subject
TrustAnchorConfig
trustAnchorsYesTrustAnchorConfig[]Trust anchor configurations
trustAnchors[].identifierStringDID of the trust anchor
trustAnchors[].credentialTypesStringCredential types trusted of the trust anchor[]
JsonLdContextConfig
contextsJsonLdContextConfig[]JSON-LD context configurations
contexts[].idStringID of the context
contexts[].credentialTypeStringCredential type associated with the context
contexts[].issuableBooleanCan be issued by this wallet
contexts[].documentUrlYesURLURL of the JSON-LD context
contexts[].documentYesObjectJSON-LD context body
contexts[].schemaYesObjectJSON-Schema of the JSON-LD context
OID4VCIConfig
oid4vciOID4VCIConfigOID4VCI configuration
IssuerConfig
oid4vci.issuerIssuerConfig[]Issuer configuration
oid4vci.issuer[].holderIdStringDID of the holder
oid4vci.issuer[].credentialTypeStringCredential type to be issued
oid4vci.issuer[].credentialSubjectObjectCredential subject
oid4vci.issuer[].preAuthorizationCodeYesStringPre-authorization code
HolderConfig
oid4vci.holderHolderConfig[]Holder configuration
oid4vci.holder[].preAuthorizationCodeStringPre-authorization code
oid4vci.holder[].issuerUrlURLRoot URL of the issuer
oid4vci.holder[].credentialTypeStringCredential type to be issued
DidServiceConfig
didServicesDidServiceConfig[]DID service configurations
didServices[].idStringID of the service
didServices[].typeStringType of the service
didServices[].serviceEndpointURLService endpoint
PresentationConfig
presentationPresentationConfigPresentation configuration
presentation.typesYes"DIRECT" | "DCP" | "OID4VP"Types of presentation protocols supported["DIRECT","DCP"]
RuntimeConfig
runtimeRuntimeConfigRuntime configuration
runtime.gaiaXSupportYesBooleanEnable Gaia-X support
runtime.titleYesStringTitle of the wallet
runtime.colorStringPrimary color of the wallet"#3B8BF6"
runtime.lightThemeUrlYesStringLight theme logo URL
runtime.darkThemeUrlYesStringDark theme logo URL
DidConfig
didYesDidConfigDID configuration
did.method"did:web:" | "did:tdw:"Provided DID method"did:web:"
did.keyFormat"JWK" | "Multikey"Provided key format"JWK"
SignatureConfig
signatureYesSignatureConfigSignature configuration
signature.defaultYes"DATA_INTEGRITY_PROOF" | "JSON_WEB_SIGNATURE_2020"Default signature type"DATA_INTEGRITY_PROOF"
signature.credentialsYes"DATA_INTEGRITY_PROOF" | "JSON_WEB_SIGNATURE_2020"Signature type for credentials"DATA_INTEGRITY_PROOF"
signature.presentationsYes"DATA_INTEGRITY_PROOF" | "JSON_WEB_SIGNATURE_2020"Signature type for presentations"DATA_INTEGRITY_PROOF"