Cannot disable Basic Auth #4003
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
P2
Priority 2 - Should Have
Describe the bug
Setting
security.basic.enabled
to"false"
does not disable Basic AuthenticationEnvironment
Which version of LinuxForHealth FHIR Server?
Docker image
ghcr.io/linuxforhealth/fhir-server:5.0.0-rc2
To Reproduce
Steps to reproduce the behavior:
Use the following
fhir-server-config.json
Enabled http endpoint on port 8080 in server.xml
GET Request on
http://localhost:8080/fhir-server/api/v4/Patient
requires basic authentication. Failed with 401 without it.Expected behavior
200 OK
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: