# Access token issues

Authentication token errors are the most common KONNEKT issues. The pages below cover specific error messages and their solutions.

1. [Error message about missing token](/troubleshooting/access-token-issues/error-message-about-missing-token.md) \
   Admin consent for the KONNEKT app registration is missing, was revoked, or has not been granted for the required scopes in Microsoft Entra ID. This is the typical cause at initial rollout and after tenant-wide consent resets.
2. [Failed to obtain access token](/troubleshooting/access-token-issues/failed-to-obtain-access-token.md)\
   The user's sign-in fails before a token is issued, usually because a Conditional Access policy (most often MFA) cannot be satisfied without a Primary Refresh Token (PRT) on the device.
3. [Failed to obtain access token to your OneDrive account](/troubleshooting/access-token-issues/failed-to-obtain-access-token-to-your-onedrive-account.md)\
   The OneDrive-specific token request fails while other sign-ins succeed. Start by checking the interactive and non-interactive sign-in logs in Microsoft Entra ID for the affected user.

If none of these resolve the issue, prepare a [debug log](/troubleshooting/debug-log-preparation.md) and open a support ticket.

### Related pages

* [Conditional Access](/installation/security/conditional-access.md)
* [Debug log preparation](/troubleshooting/debug-log-preparation.md)


---

# 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.konnekt.io/troubleshooting/access-token-issues.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.
