FHIR_SERVER_AUTH_TYPE
Applies to
- Community
- Enterprise
Examples
# Basic username/password authentication
FHIR_SERVER_AUTH_TYPE=BASIC
If this setting is not configured, FUME does not apply authentication when connecting to the FHIR server.
Purpose
Selects the authentication mode used when FUME connects to the configured FHIR server.
Notes
- Configure
FHIR_SERVER_UN(username) andFHIR_SERVER_PW(password) when setting this configuration toBASIC.