Skip to content

Commit ee35832

Browse files
authored
v0.1.2 release
1 parent a3b02e0 commit ee35832

File tree

2 files changed

+58
-54
lines changed

2 files changed

+58
-54
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2] - 2022-05-09
10+
### Fixed
11+
- Banking API swagger in data sharing not displaying. [Issue 30](https://github.com/ConsumerDataRight/mock-data-recipient/issues/30)
12+
913
## [0.1.1] - 2021-12-07
1014
### Added
1115
- GitHub Actions Workflow for Build, Unit Test, and Integration Test project.
Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
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#"
717
}
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"
829
},
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+
}
2046
},
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
5958
}
59+
}
6060
}

0 commit comments

Comments
 (0)