> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/login/login_with_active_directory_account.md).

# Login with MS Entra (AD) account

Use this method if your Boomerang user is configured for Microsoft Entra ID (AD) login.

{% stepper %}
{% step %}

### Start Microsoft login

Click **Login with Microsoft**.

<figure><img src="/files/aSs4gcwqVAwHeBBquWSo" alt="" width="206"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Pick an account

Microsoft displays the **Pick an account** form.

<figure><img src="/files/4EjHJe3ZcVxveDi1m8w0" alt="" width="300"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Approve sign-in

Select the Microsoft account you registered in Boomerang.

Approve the sign-in request in Microsoft Authenticator.

<figure><img src="/files/q7gmQownpYGMlCoszxS7" alt="" width="297"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Stay signed in prompt

The **Stay signed in** choice does not affect Boomerang login.

Click **Yes** or **No**.

<figure><img src="/files/jE04er12ydtURnDp9rOI" alt="" width="312"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm you are logged in

The Dashboard opens.

<figure><img src="/files/RTfvoe7ybyfNEs0BgLWf" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Entra (AD) users must have a PIN enabled to sign operations and events in the system.

See [Sign](/boomerang-3-user-manual/common_elements/sign.md).
{% endhint %}

{% hint style="info" %}
Subsequent logins may skip the Microsoft prompts. This depends on whether you are still signed in to your Microsoft account.
{% endhint %}

### Logout

For Entra users, logout is called **Logout AD**.

<figure><img src="/files/svEqXkSOm9NZFZF7DNo4" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/login/login_with_active_directory_account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
