Skip to content

Commit 85e81d8

Browse files
committed
Removed or Replaced Sandbox references
1 parent fc599ba commit 85e81d8

24 files changed

Lines changed: 6 additions & 43 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/API-Spec-Change-Log/Index.page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ This page will list all updates to the BaRS API Specification.
2020
|<mark style="background-color: LightGreen">non-breaking</mark> |Non-breaking changed introduced to the standard since the last release |
2121
|<mark style="background-color: #ff8080">breaking</mark> |Breaking changed introduced to the standard since the last release |
2222
|<mark style="background-color: Yellow">correction</mark> |Correction to the standard since the last release |
23+
<hr>
2324

guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP8/1.0.0-alpha.3.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a pre-release of v1.0.0-alpha.3 - Referrals into a broker for Healthcare
1111

1212
| Change | Description | Change Type | Impact |
1313
|--------|-------------|-------------|--------|
14-
| Patient Identifier Resource | Updates to Referral Payload Implementation Guidance for multiple elements to improve clarity.|<mark style="background-color: Yellow">correction</mark> | Made corrections to the optionality of some fields, and removed some invalid values that were previously stated as valid. |
14+
| Patient Identifier Resource | Updates to Referral Payload Implementation Guidance for multiple elements to improve clarity.|<mark style="background-color: Yellow">correction</mark> | Made corrections to the necessity of some fields, and removed some invalid values that were previously stated as valid. |
1515
| Scope and Requirements | Minor text changes and link to Hazard Log added|<mark style="background-color: Yellow">correction</mark> | No impact |
1616

1717
### Payload Change Log

guides/Live-ImplementationGuide-BaRS/Home/Build/Testing-and-Environments/Certificates.page.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ All inbound connections to the BaRS API will be presented with environment speci
1515

1616
| Certificate CN | Thumbprint | Parent CN | Parent Thumbprint | Environment |
1717
|----------------------------------|------------------------------------------|----------------------------------|------------------------------------------|-------------|
18-
| dev.api.service.nhs.uk | 8c41b2d0080ff4f83ef4164078d17bab5ed53cbb | DigiCert TLS RSA SHA256 2020 CA1 | 1c58a3a8518e8759bf075b76b750d4f2df264fcd | Sandbox |
1918
| int.api.service.nhs.uk | 634680dfafcf3a6e229741ae7ad5b98dbe70d822 | DigiCert TLS RSA SHA256 2020 CA1 | 1c58a3a8518e8759bf075b76b750d4f2df264fcd | INT |
2019
| api.service.nhs.uk | 2673f9045ba6f8ff8b7b82a9046f9b599af27cab | DigiCert TLS RSA SHA256 2020 CA1 | 1c58a3a8518e8759bf075b76b750d4f2df264fcd | Prod |
2120
| DigiCert TLS RSA SHA256 2020 CA1 | 1c58a3a8518e8759bf075b76b750d4f2df264fcd | DigiCert Global Root CA | a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436 | All |
@@ -171,10 +170,10 @@ ysWdIG7hl3g=
171170

172171
## Outbound
173172

174-
All outbound connections from the BaRS API proxy to Receivers, with the exception of the Sandbox environment, will be secured using TLS-MA.
173+
All outbound connections from the BaRS API proxy to Receivers will be secured using TLS-MA.
175174

176175
### PTL
177-
The PTL environments will present a certificate issued by the NHS PTL Root Authority, as the RootCA. This does not include the Sandbox environment.
176+
The PTL environments will present a certificate issued by the NHS PTL Root Authority, as the RootCA.
178177

179178
Details of the certificate chain described in the table below can be found in the [How to Connect Guidance](https://digital.nhs.uk/services/path-to-live-environments/integration-environment#rootca-and-subca-certificates).
180179

guides/Live-ImplementationGuide-BaRS/Home/Build/Testing-and-Environments/Environments.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## {{page-title}}
22

33

4-
BaRS Sandbox is available from the [BaRS API specification](https://digital.nhs.uk/developer/api-catalogue/booking-and-referral-fhir/v1.3.0). It demonstrates key functionality without the overhead of security requirements, giving developers the opportunity to understand the product before progressing development.
4+
BaRS API usage examples are available from the [BaRS API specification](https://digital.nhs.uk/developer/api-catalogue/booking-and-referral-fhir/v1.3.0). It demonstrates key functionality without the overhead of security requirements, giving developers the opportunity to understand the product before progressing development.
55

66
BaRS Integration (INT) is a live-like environment for suppliers progressing with development and testing to use. To use INT, you will need to follow the instructions to {{pagelink:connect-as-a-sender, text:Connect as a sender}} or {{pagelink:connect-as-a-receiver, text:Connect as a receiver}}
77

guides/Live-ImplementationGuide-BaRS/Home/Core/1-0-7/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.0.7
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

guides/Live-ImplementationGuide-BaRS/Home/Core/1-4-0/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.4.0
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

guides/Live-ImplementationGuide-BaRS/Home/Core/1-4-1/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.4.1
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

guides/Live-ImplementationGuide-BaRS/Home/Core/1-5-0/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.5.0
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

guides/Live-ImplementationGuide-BaRS/Home/Core/1-6-0/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.6.0
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

guides/Live-ImplementationGuide-BaRS/Home/Core/1.0.3/Security-and-Authorisation/OAuth-Endpoints.page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ topic: core-Security-Oauth-1.0.3
66

77
| Environment | Endpoint | Usage/Availability |
88
|------------------|-------------------------------------------|------------------------------------------------------------|
9-
| Sandbox | https://sandbox.api.service.nhs.uk/oauth2 | Authentication is not required in the Sandbox environment. |
10-
| Development | https://dev.api.service.nhs.uk/oauth2 | Limited to specific APIs |
119
| Integration test | https://int.api.service.nhs.uk/oauth2 | All APIs |
1210
| Production | https://api.service.nhs.uk/oauth2 | All APIs |
1311

0 commit comments

Comments
 (0)