RestfulSecurityService
Types of security services used with FHIR.
This code system http://terminology.hl7.org/CodeSystem/restful-security-service defines the following codes:
Code | Display | Definition |
OAuth | OAuth | OAuth (unspecified version see oauth.net). |
SMART-on-FHIR | SMART-on-FHIR | OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/). |
NTLM | NTLM | Microsoft NTLM Authentication. |
Basic | Basic | Basic authentication defined in HTTP specification. |
Kerberos | Kerberos | see http://www.ietf.org/rfc/rfc4120.txt. |
Certificates | Certificates | SSL where client must have a certificate registered with the server. |