> For the complete documentation index, see [llms.txt](https://support.scappman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.scappman.com/permissions/app-registration/how-to-grant-admin-consent-to-scappman.md).

# How to grant admin consent to Scappman

When setting up Scappman for the first time, it is necessary to grant Admin consent. You'll see the '**Please grant admin consent to view dashboard info**' message on the Scappman Dashboard.

### **Solution**

1. Open the Scappman portal and click on the 'Tenant integration status' button at the top of the page. When admin consent is not set up correctly, a red dot 🔴 will be visible on the icon.

<figure><img src="/files/jJqqpNXecxsz7FyiVDNe" alt=""><figcaption><p>Open the 'Tenant integration status' menu</p></figcaption></figure>

2. Click on the **Grant admin consent** button in this menu.

<figure><img src="/files/tN7oTyTgzB6vYA7PqHEA" alt=""><figcaption><p>Click on <strong>Grant admin consent</strong></p></figcaption></figure>

3. You'll be redirected to the Microsoft login page. Sign in with your Microsoft Work/School Account.

The following admin roles can be used to do the application registration.

Global admin, Application Administrator, Cloud Application Administrator

<figure><img src="/files/bpxu2CpeHYG9hUlFc3AE" alt=""><figcaption><p>Microsoft login page</p></figcaption></figure>

4. Review the requested permission page and select 'Accept' at the bottom of the page.\
   [Click here](broken://pages/BM28kvKsGxDlAtBlVzUH) to learn more about why Scappman needs specific permissions.

<figure><img src="/files/U31mUNdKD90cWD5CNftF" alt=""><figcaption><p>Accept the permissions on the Microsoft Permission page</p></figcaption></figure>

5. After accepting the permissions, you'll be redirected to the Scappman Dashboard page. \
   The dashboard is now visible and after a few minutes, the 'Tenant integration status' will be updated. (The red dot :red\_circle: will be gone) \
   You are now all set to update applications with Scappman! :white\_check\_mark:

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

<figure><img src="/files/NmWoTMCQkc1toiM1Aykr" alt=""><figcaption><p>Tenant Integration Status with Admin consent</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://support.scappman.com/permissions/app-registration/how-to-grant-admin-consent-to-scappman.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.
