|
1 | 1 | { |
2 | | - "Logging": { |
3 | | - "LogLevel": { |
4 | | - "Default": "Information", |
5 | | - "Microsoft": "Warning", |
6 | | - "Microsoft.Hosting.Lifetime": "Information" |
| 2 | + "Logging": { |
| 3 | + "LogLevel": { |
| 4 | + "Default": "Information", |
| 5 | + "Microsoft": "Warning", |
| 6 | + "Microsoft.Hosting.Lifetime": "Information" |
| 7 | + } |
| 8 | + }, |
| 9 | + "AllowedHosts": "*", |
| 10 | + "Kestrel": { |
| 11 | + "Endpoints": { |
| 12 | + "Https": { |
| 13 | + "Url": "https://0.0.0.0:9001", |
| 14 | + "Certificate": { |
| 15 | + "Path": "Certificates/mock-data-recipient.pfx", |
| 16 | + "Password": "#M0ckDataRecipient#" |
7 | 17 | } |
| 18 | + } |
| 19 | + } |
| 20 | + }, |
| 21 | + "ConsumerDataStandardsSwagger": "https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.16.0/includes/swagger/cds_banking.json", |
| 22 | + "AcceptAnyServerCertificate": true, |
| 23 | + "MockDataRecipient": { |
| 24 | + "Register": { |
| 25 | + "tlsBaseUri": "https://localhost:7000", |
| 26 | + "mtlsBaseUri": "https://localhost:7001", |
| 27 | + "oidcDiscoveryUri": "https://localhost:7000/idp/.well-known/openid-configuration", |
| 28 | + "tokenEndpoint": "https://localhost:7001/idp/connect/token" |
8 | 29 | }, |
9 | | - "AllowedHosts": "*", |
10 | | - "Kestrel": { |
11 | | - "Endpoints": { |
12 | | - "Https": { |
13 | | - "Url": "https://0.0.0.0:9001", |
14 | | - "Certificate": { |
15 | | - "Path": "Certificates/mock-data-recipient.pfx", |
16 | | - "Password": "#M0ckDataRecipient#" |
17 | | - } |
18 | | - } |
19 | | - } |
| 30 | + "SoftwareProduct": { |
| 31 | + "softwareProductId": "c6327f87-687a-4369-99a4-eaacd3bb8210", |
| 32 | + "brandId": "ffb1c8ba-279e-44d8-96f0-1bc34a6b436f", |
| 33 | + "jwksUri": "https://localhost:9001/jwks", |
| 34 | + "redirectUris": "https://localhost:9001/consent/callback", |
| 35 | + "recipientBaseUri": "https://localhost:9001", |
| 36 | + "scope": "openid profile bank:accounts.basic:read bank:accounts.detail:read bank:transactions:read common:customer.basic:read", |
| 37 | + "defaultSigningAlgorithm": "PS256", |
| 38 | + "clientCertificate": { |
| 39 | + "path": "Certificates/client.pfx", |
| 40 | + "password": "#M0ckDataRecipient#" |
| 41 | + }, |
| 42 | + "signingCertificate": { |
| 43 | + "Path": "Certificates/jwks.pfx", |
| 44 | + "Password": "#M0ckDataRecipient#" |
| 45 | + } |
20 | 46 | }, |
21 | | - "ConsumerDataStandardsSwagger": "https://consumerdatastandardsaustralia.github.io/standards/includes/swagger/cds_full.json", |
22 | | - "AcceptAnyServerCertificate": true, |
23 | | - "MockDataRecipient": { |
24 | | - "Register": { |
25 | | - "tlsBaseUri": "https://localhost:7000", |
26 | | - "mtlsBaseUri": "https://localhost:7001", |
27 | | - "oidcDiscoveryUri": "https://localhost:7000/idp/.well-known/openid-configuration", |
28 | | - "tokenEndpoint": "https://localhost:7001/idp/connect/token" |
29 | | - }, |
30 | | - "SoftwareProduct": { |
31 | | - "softwareProductId": "c6327f87-687a-4369-99a4-eaacd3bb8210", |
32 | | - "brandId": "ffb1c8ba-279e-44d8-96f0-1bc34a6b436f", |
33 | | - "jwksUri": "https://localhost:9001/jwks", |
34 | | - "redirectUris": "https://localhost:9001/consent/callback", |
35 | | - "recipientBaseUri": "https://localhost:9001", |
36 | | - "scope": "openid profile bank:accounts.basic:read bank:accounts.detail:read bank:transactions:read common:customer.basic:read", |
37 | | - "defaultSigningAlgorithm": "PS256", |
38 | | - "clientCertificate": { |
39 | | - "path": "Certificates/client.pfx", |
40 | | - "password": "#M0ckDataRecipient#" |
41 | | - }, |
42 | | - "signingCertificate": { |
43 | | - "Path": "Certificates/jwks.pfx", |
44 | | - "Password": "#M0ckDataRecipient#" |
45 | | - } |
46 | | - }, |
47 | | - "DataHolder": { |
48 | | - "BrandId": "804FC2FB-18A7-4235-9A49-2AF393D18BC7", |
49 | | - "infosecBaseUri": "https://localhost:8001", |
50 | | - "resourceBaseUri": "https://localhost:8002", |
51 | | - "publicBaseUri": "https://localhost:8000", |
52 | | - "oidcDiscoveryUri": "https://localhost:8001/.well-known/openid-configuration", |
53 | | - "jwksUri": "https://localhost:8001/.well-known/openid-configuration/jwks", |
54 | | - "registrationEndpoint": "https://localhost:8002/connect/register" |
55 | | - }, |
56 | | - "Paging": { |
57 | | - "DefaultPageSize": 1000 |
58 | | - } |
| 47 | + "DataHolder": { |
| 48 | + "BrandId": "804FC2FB-18A7-4235-9A49-2AF393D18BC7", |
| 49 | + "infosecBaseUri": "https://localhost:8001", |
| 50 | + "resourceBaseUri": "https://localhost:8002", |
| 51 | + "publicBaseUri": "https://localhost:8000", |
| 52 | + "oidcDiscoveryUri": "https://localhost:8001/.well-known/openid-configuration", |
| 53 | + "jwksUri": "https://localhost:8001/.well-known/openid-configuration/jwks", |
| 54 | + "registrationEndpoint": "https://localhost:8002/connect/register" |
| 55 | + }, |
| 56 | + "Paging": { |
| 57 | + "DefaultPageSize": 1000 |
59 | 58 | } |
| 59 | + } |
60 | 60 | } |
0 commit comments