-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json.sample
More file actions
20 lines (20 loc) · 867 Bytes
/
config.json.sample
File metadata and controls
20 lines (20 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"spec_version": "3.3",
"wellknown_endpoint": "https://ob19-auth1-ui.o3bank.co.uk/.well-known/openid-configuration",
"ssa": "ssa",
"kid": "kid",
"aud": "aud",
"redirect_uris": ["https://redirect-as-defined-in-the-software-statement.com"],
"issuer": "softwareId",
"private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAA...",
"transport_root_cas": ["-----BEGIN CERTIFICATE-----\nMIIFYDCC...", "-----BEGIN CERTIFICATE-----\n..."],
"transport_cert": "-----BEGIN CERTIFICATE-----\nMIIFOD...",
"transport_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEp...",
"transport_cert_subject_dn": "OPTIONAL - Provide the subject DN if golang toString is not inline with DCR server expectations",
"use_oid": false,
"get_implemented": true,
"put_implemented": true,
"delete_implemented": true,
"environment": "sandbox",
"brand": "Brand/product"
}