clients.conf.example (816B)
1 # OAuth2 Gateway Clients Configuration 2 # 3 # Use the client management CLI to sync this file to the database: 4 # client-mgmt sync clients.conf 5 6 [client_example] 7 client_id = 1 8 client_secret = 2 9 webhook_url = 10 verifier_url = 11 verifier_management_api_path = /management/api/verifications 12 redirect_uri = 13 accepted_issuer_dids = did:tdw:QmPEZPhDFR4nEYSFK5bMnvECqdpf1tPTPJuWs9QrMjCumw:identifier-reg.trust-infra.swiyu-int.admin.ch:api:v1:did:9a5559f0-b81c-4368-a170-e7b4ae424527 14 15 # [another_client] 16 # client_id = client_staging_01 17 # client_secret = another_secret 18 # webhook_url = https://staging.example.com/webhook 19 # verifier_url = https://verifier-staging.example.com 20 # verifier_management_api_path = /api/v1/verifications 21 # redirect_uri = https://staging.example.com/callback 22 # accepted_issuer_dids = did:key:staging1