From 42295898b8f905f5fe81f5b4eb5d3f1415187ce4 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Mon, 6 Jul 2020 07:56:26 -0700 Subject: [PATCH] Docs: Update auth.md (#26034) --- docs/sources/http_api/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/http_api/auth.md b/docs/sources/http_api/auth.md index a619ef325f9..42c074938d9 100755 --- a/docs/sources/http_api/auth.md +++ b/docs/sources/http_api/auth.md @@ -17,7 +17,7 @@ Currently you can authenticate via an `API Token` or via a `Session cookie` (acq ## Basic Auth -If basic auth is enabled (it is enabled by default) you can authenticate your HTTP request via +If basic auth is enabled (it is enabled by default), then you can authenticate your HTTP request via standard basic auth. Basic auth will also authenticate LDAP users. curl example: