Z1.2.1.2 | BgZ: Authentication & Authorization
Original page can be found at: 10.2.5 | TTA FHIR - Authentication & Authorization
Resource server authorization: OAuth 2.0
On application level both the Notification endpoint of the Receiving System and the FHIR endpoint of Sending System are considered as resource endpoints that must be secured by https://www.rfc-editor.org/rfc/rfc6749. This implies that a client that wants to interact with a resource server (FHIR or Notification endpoint) must obtain an access token from an authorization server before it can interact with that resource server. The client must present this access token as bearer token in the HTTP Authorization header of each request to the resource server as specified in https://www.rfc-editor.org/rfc/rfc6750#section-2.1.
For further information on the transaction involved, please go to 10.3.7 | Twiin-07 | Token Request