Skip to main content
Version: v0.9.0

Configuration

In this section, the configuration of the SSO bridge 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 http data planes.

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
InitClient
initClientsYesInitClient[]Initial client configurations
initClients[].clientIdStringClient ID
initClients[].clientSecretStringClient secret
initClients[].secretNameStringKubernetes secret name
initClients[].rolesStringClient roles
initClients[].grantsYesStringClient grants types supported["client_credentials"]
initClients[].nameStringClient name
initClients[].descriptionStringClient description
initClients[].redirectUrisStringAllowed Client redirect URIs regex
InitUser
initUsersYesInitUser[]Initial user configurations
initUsers[].usernameStringUsername
initUsers[].passwordStringPassword
initUsers[].emailStringEmail
initUsers[].rolesStringUser roles
initUsers[].grantsYesStringGrant types supported["authorization_code","refresh_token"]
kubernetesNamespaceStringKubernetes namespace"default"
presentationDefinitionStringPresentation Definition for OID4VP"{\"id\":\"ac60a5c8-5677-420e-931f-58d769fc3b83\",\"input_descriptors\":[{\"id\":\"14322c69-1bce-4d7f-b6c2-ecc29b2c123b\",\"constraints\":{\"fields\":[{\"path\":[\"$.type\"],\"filter\":{\"type\":\"string\",\"pattern\":\"VerifiableCredential\"}}]}}]}"