> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/dope.endpoint/mac-installer/endpoint-authentication.md).

# Endpoint Authentication

When dope.endpoint first installs and endpoint authentication is enabled (See [Users](/dope.console/settings/users.md)), every user must login with their Microsoft 365 / Google corporate email.

<figure><img src="/files/hJ9YSRJ7MDbSOmHhUWvN" alt=""><figcaption><p>Google Login Example</p></figcaption></figure>

Log in with the appropriate corporate email address.

{% hint style="info" %}
macOS supports silent auto-login for Intune-managed devices when that feature is configured. For other deployments, users will complete a one-time interactive OIDC sign-in flow.
{% endhint %}

{% hint style="info" %}
If enabled, Multi Factor Authentication (MFA) will be required.
{% endhint %}

Once the user has successfully authenticated the following page will be displayed.

<figure><img src="/files/PSbD1TOGdnHKSMRWwMaQ" alt=""><figcaption><p>Successful Authentication Page</p></figcaption></figure>

Close this page to continue browsing. The dope.endpoint will automatically enforce dope policy as assigned in the dope.console. If you haven't assigned a group or user policy, the user will be assigned the Base Policy.

To confirm authentication was successful, click the <img src="/files/mRDElIB1vd9SEV3sMraO" alt="" data-size="line"> icon in the menu bar. This shows the logged-in user & policy refresh:

<figure><img src="/files/1V4WBvN68ym1JMdb3edf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If endpoint authentication is **not** enabled (See [Users](/dope.console/settings/users.md)) the user \***will not\*** be prompted to authenticate. They will receive the Base Policy.
{% endhint %}

### Unauthenticated Users

If a user has not authenticated and they attempt to access the internet, they will see the following screen, selecting continue here will bring them to the M365 or Google Login Screen.

<figure><img src="/files/ryVad2jyDl7E0RfpXglH" alt=""><figcaption><p>OIDC Block Page</p></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://inflight.dope.security/dope.endpoint/mac-installer/endpoint-authentication.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.
