> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeper-connection-manager/authentication.md).

# Authentication Options

![](/files/a0WcvL6tljiV86QpwVlD)

Keeper Connection Manager supports multiple authentication mechanisms which can be enabled through installing additional packages.

### **Authentication Methods**

* [SAML 2.0](/keeper-connection-manager/authentication/authenticating-users-with-saml.md)
* [OpenID Connect](/keeper-connection-manager/authentication/authenticating-users-with-openid-connect.md)
* [LDAP](/keeper-connection-manager/authentication/authenticating-users-with-ldap.md)

### Multi-Factor Authentication <a href="#id-.authenticationv2.x-multi-factorauthentication" id="id-.authenticationv2.x-multi-factorauthentication"></a>

If you wish to enable multi-factor authentication in front of Keeper Connection Manager, you may do so with Duo or TOTP.&#x20;

* [TOTP](/keeper-connection-manager/authentication/using-totp-for-multi-factor-authentication.md)
* [Duo](/keeper-connection-manager/advanced-configuration/guacamole.properties/duo-two-factor-authentication-configuration-properties.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeper-connection-manager/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
