Smile CDR v2023.05.PRE
On this page:
   41.114    Transaction Log 41.116    User Self Registration   

41.115Trusted Client

 

The Trusted Client configuration category includes the following configurable options:

  • Assert Permissions

  • Trusted Client Mode Enabled

41.115.1Property: Assert Permissions

 
Property Name Assert Permissions
Property Key
Property Type BOOLEAN
Description If enabled, the trusted client will be allowed to assert a set of permissions to grant the calling user, replacing the existing permissions.
Applies to Modules
  • CDS Hooks REST Endpoint
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (DSTU2)
  • FHIR REST Endpoint (R3)
  • FHIR REST Endpoint (R4)
  • Hybrid Providers REST Endpoint
  • JSON Admin API
  • Package Registry Endpoint
  • Payer to Payer
  • SMART App Host (Deprecated)
Default Value false
Example Property
module.[MODULE_ID].config.trusted_client.assert_permissions = false

41.115.2Property: Trusted Client Mode Enabled

 
Property Name Trusted Client Mode Enabled
Property Key
Property Type BOOLEAN
Description If enabled, client requests will be inspected for a header indicating the identity and/or permissions to grant the calling user. Note that this should only be enabled in circumstances where the FHIR client is trusted not to be malicious (e.g. a server-to-server communication). See the Trusted Client Mode documentation for more information.
Applies to Modules
  • CDS Hooks REST Endpoint
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (DSTU2)
  • FHIR REST Endpoint (R3)
  • FHIR REST Endpoint (R4)
  • Hybrid Providers REST Endpoint
  • JSON Admin API
  • Package Registry Endpoint
  • Payer to Payer
  • SMART App Host (Deprecated)
Default Value false
Example Property
module.[MODULE_ID].config.trusted_client.enabled = false
   41.114    Transaction Log 41.116    User Self Registration