From ddb6ac0d2a598aa51529b06b4e7d408f3b66dc54 Mon Sep 17 00:00:00 2001 From: Prasanna Hegde Date: Wed, 14 Dec 2022 15:15:46 +0530 Subject: [PATCH] issue-4003 - Updating documentation with step to disable basic authentication Signed-off-by: PrasannaHegde1 --- docs/src/pages/guides/FHIRServerUsersGuide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/pages/guides/FHIRServerUsersGuide.md b/docs/src/pages/guides/FHIRServerUsersGuide.md index b02fcca71a2..b024445531f 100644 --- a/docs/src/pages/guides/FHIRServerUsersGuide.md +++ b/docs/src/pages/guides/FHIRServerUsersGuide.md @@ -2792,6 +2792,19 @@ Here are some notes related to these authentication schemes: * OAuth 2.0 authentication can only be used in conjunction with an HTTPS endpoint because the OAuth authorization steps rely on SSL handshake negotiations. * Client certificate-based authentication can only be used in conjunction with an HTTPS endpoint since it involves SSL handshake negotiations. The main value of client authentication is that the server is able to securely authenticate the client through the use of certificates. +To disable basic authentication, add the below snippet under configDropins/overrides: +```xml + + + + + + + + + +``` + ### 5.2.3 Configuring mutual TLS authentication To properly configure the FHIR server's keystore and truststore files, perform the following steps.