You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
486 B
TOML
33 lines
486 B
TOML
# Library to test
|
|
[[ drivers ]]
|
|
name = ""
|
|
website = ""
|
|
path = ""
|
|
|
|
# Proof format tests
|
|
[[ proof_formats ]]
|
|
name = ""
|
|
|
|
[ proof_formats.claim ]
|
|
name = ""
|
|
variant_name = ""
|
|
url = ""
|
|
fingerprint = ""
|
|
args = []
|
|
expected_result = true
|
|
|
|
# Service provider tests
|
|
[[ claims ]]
|
|
name = ""
|
|
variant_name = ""
|
|
url = ""
|
|
fingerprint = ""
|
|
args = []
|
|
expected_result = true
|
|
|
|
# Webhook to trigger upon failed verification
|
|
[[ webhooks ]]
|
|
url = ""
|
|
# Optional
|
|
basic_auth_username = ""
|
|
basic_auth_password = "" |