# Authenticate to the Bridge Client

{% stepper %}
{% step %}

### Run the Bridge Client

On Windows environments that are attached to a domain controller, Keeper Bridge will default to Active Directory authentication.  Otherwise, the Keeper Bridge will assume generic LDAP authentication.

<figure><img src="https://1788380714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LU7OPCLsEVoxlYAD7eo%2Fuploads%2F7QV4RwIqHIv2rxUjqr0y%2Fone.png?alt=media&#x26;token=621d3ea5-1290-4e1d-922a-ee3c93e97d18" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Login to Bridge Application

* **Domain\User Name**: Input the domain and AD\LDAP username of the user that is a member of the **Keeper Admins** group created in the prerequisites.
* **Password**: Input the password of the user.
* **Use Global Catalog**: In multi-domain forest configurations you should uncheck **Use Global Catalog** option otherwise keep it checked to locate the username in the Global Catalog.
* **SSL**: If using Secure Socket Layer (SSL port 636) for LDAP authentication ensure the SSL box is check. If not, ensure the check box is not checked to use standard LDAP authentication (port 389)
* **Settings**: If the client is running on a different computer than the service, select Settings to specify the hostname and port of the Keeper Bridge Service.  (The Setting button will be grayed out while app is connected to the service.  To access settings stop the service).
  {% endstep %}

{% step %}

### Select Login

If you get a Login Failed message, it means either of the following:

* The username/password is not correct
* The user is not a member of the **Keeper Admins** Security Group
* The server does not support SSL and SSL is checked
* The username was not found in the Global Catalog. In multi-domain forest configurations if the Keeper Admins group is a Global Security Group the **Use Global Catalog** option should be unchecked or the Keeper Admins group can be made to be a Universal Security Group. In a multi-domain forest only users in Universal Groups are added to the Global Catalog.
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: 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/en/keeper-bridge/configure-the-bridge-client.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.
