Skip to content

Commit f60b84c

Browse files
committed
bugfix for access
1 parent 08a2347 commit f60b84c

File tree

9 files changed

+18
-3
lines changed

9 files changed

+18
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
nhs-login-p9:
2+
$ref: https://proxygen.prod.api.platform.nhs.uk/components/securitySchemes/nhs-login-p9
3+
app-level3:
4+
$ref: https://proxygen.prod.api.platform.nhs.uk/components/securitySchemes/app-level3
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
app-level0:
22
$ref: https://proxygen.prod.api.platform.nhs.uk/components/securitySchemes/app-level0
3+
app-level3:
4+
$ref: https://proxygen.prod.api.platform.nhs.uk/components/securitySchemes/app-level3
5+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- title: Eligibility Signposting API (Dev Environment)
2+
grants:
3+
nhs-login-p9: []
4+
- title: Eligibility Signposting API (Dev Environment) app Level 3 Access
5+
grants:
6+
app-level3: []
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
- title: Eligibility Signposting API (Pre Production Environment)
22
grants:
33
nhs-login-p9: []
4+
- title: Eligibility Signposting API (Pre Production Environment) app Level 3 Access
5+
grants:
46
app-level3: []
File renamed without changes.
File renamed without changes.

specification/x-nhsd-apim/target-preprod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "preprod.eligibility-signposting-api.nhs.uk"
2+
url: "https://preprod.eligibility-signposting-api.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

specification/x-nhsd-apim/target-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "prod.eligibility-signposting-api.national.nhs.uk"
2+
url: "https://prod.eligibility-signposting-api.national.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

specification/x-nhsd-apim/target-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "test.eligibility-signposting-api.nhs.uk"
2+
url: "https://test.eligibility-signposting-api.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

0 commit comments

Comments
 (0)