You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change AcsService getUserRoleCodeAndId() to throw a BadRequestException
if we are unable to retrieve the users job role code
* Changed GetScrIdUAT to return 400 if unable to retrieve user role code
- corrected path problem when building attachment resource url
- corrected documentation to advise using combined auth-authentication
* fixed stubFailedSdsService test function
* FLAGSAPI-1046 reverted formatting changes
* FLAGSAPI-1046 reverted most of the the auto formatting changes to simplify PR
* Revert one more whitespace change
* FLAGSAPI-1046 corrected test method name
* FLAGSAPI-1046 reverted gitignore file
* FLAGSAPI-1046 reverted change to ATTACHMENT_URL in GetScrService.java
* FLAGSAPI-1046 simplified code by pre building an error string
* FLAGSAPI-1046 fixed pipeline build python version error by specifying python 3.9 in run-tests yaml files
* Fix editorconfig
* Approved
---------
Co-authored-by: Gareth Somerville <gareth.somerville2@nhs.net>
Copy file name to clipboardExpand all lines: specification/summary-care-record.yaml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,8 @@ info:
88
88
- a health or care staff providing direct care to patients
89
89
- strongly authenticated, using either an [NHS smartcard or a modern alternative](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/nhs-smartcards-for-developers) available via [NHS Care Identity Service 2 (NHS CIS2)](https://digital.nhs.uk/services/nhs-identity)
90
90
91
-
The API uses OAuth 2.0 to authorise the calling system. It supports the following security patterns:
92
-
91
+
The API uses OAuth 2.0 to authorise the calling system. It only supports CIS2 combined authentication and authorisation (see link below). Do not use separate authentication and authorisation:
93
92
- [user-restricted RESTful API - using NHS CIS2 - combined authentication and authorisation](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/user-restricted-restful-apis-nhs-cis2-combined-authentication-and-authorisation)
94
-
- [user-restricted RESTful API - using NHS CIS2 - separate authentication and authorisation](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/user-restricted-restful-apis-nhs-cis2-separate-authentication-and-authorisation)
95
93
96
94
For more details, see [user-restricted APIs](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#user-restricted-apis).
0 commit comments