diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md index 92380ded3f..57d67a0a5d 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -39,7 +39,7 @@ one or more Authenticator Modules. Authenticators are described in more detail [here](/docs/admin/authentication/). The input to the authentication step is the entire HTTP request, however, it typically -just examines the headers and/or or client certificate. +just examines the headers and/or client certificate. Authentication modules include Client Certificates, Password, and Plain Tokens, and JWT Tokens (used for service accounts).