Smile CDR v2024.05.PRE
On this page:
   45.6    User Authentication 45.8    Auth: OpenID Connect   

45.7.1Auth: HTTP Basic

 

The Auth: HTTP Basic configuration category includes the following configurable options:

  • HTTP Basic Security

  • HTTP Basic Realm

45.7.2Property: HTTP Basic Security

 
Property Name HTTP Basic Security
Property Key
Property Type BOOLEAN
Description Should this endpoint support the use of HTTP Basic Access Authentication?
Applies to Modules
  • CDS Hooks REST Endpoint
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • HL7 v2.x Listening Endpoint
  • Hybrid Providers REST Endpoint
  • JSON Admin API
  • MDM UI
  • Package Registry Endpoint
  • Payer to Payer
Default Value false
Example Property
module.[MODULE_ID].config.security.http.basic.enabled = false

45.7.3Property: HTTP Basic Realm

 
Property Name HTTP Basic Realm
Property Key
Property Type STRING
Description The realm to provide in HTTP 401 Authorization Required responses.
Applies to Modules
  • CDS Hooks REST Endpoint
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • HL7 v2.x Listening Endpoint
  • Hybrid Providers REST Endpoint
  • JSON Admin API
  • MDM UI
  • Package Registry Endpoint
  • Payer to Payer
Default Value Smile CDR
Example Property
module.[MODULE_ID].config.security.http.basic.realm = Smile CDR
   45.6    User Authentication 45.8    Auth: OpenID Connect