{
"name": "TokensDb",
"config": {
"db_driver": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
"jdbc": {
"url": "jdbc:sqlserver://172.16.238.15:1433;database=fortifiedid_tokens;encrypt=false",
"username": "sa",
"password": "yourStrong(!)Password"
},
"namespace": "default",
"secret_key_directory": "resources/secrets",
"encryption_key": "secret secret",
"maintenance_batch_size": 31,
"inactive_token_duration": "PT5M",
"otp_cache_max_age_seconds": 3600,
"oathsw": {
"enabled": false
},
"oathhw": {
"enabled": false
},
"webauthn": {
"enabled": true,
"origin": "http://example.org:80",
"user_verification_required": true,
"user_presence_required": true,
"credential_creation_options": {
"rp": {
"id": "example.org",
"name": "Example Org."
},
"pubKeyCredParams": [
{
"type": "public-key",
"alg": -7
},
{
"type": "public-key",
"alg": -35
},
{
"type": "public-key",
"alg": -36
},
{
"type": "public-key",
"alg": -257
},
{
"type": "public-key",
"alg": -258
},
{
"type": "public-key",
"alg": -259
}
],
"timeout": 60000,
"authenticatorSelection": {
"requireResidentKey": false,
"residentKey": "preferred",
"userVerification": "preferred"
}
}
}
}
}