> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/integrations/sharepoint-onedrive/how-to-configure-sharepoint-integration-in-admin-dashboard.md).

# How to configure SharePoint Integration in Admin Dashboard

### Step 1: Configure Integration in the Admin Dashboard

* **Access the Admin Dashboard**:

  * Navigate to **FenixPyre Sharing > Integrations > SharePoint**
  * Click on **Connect Button**

  <figure><img src="/files/fqqnNmYGtdgITkWQ8h4d" alt=""><figcaption></figcaption></figure>
* **Enter the Required Information in the SharePoint settings page**\ <br>

  <figure><img src="/files/JwrQdBDT26gTKr4X48BD" alt=""><figcaption></figcaption></figure>
* **Application (Client) ID**: Locate this on the app’s overview page in Azure.
* **Client Secret Value**: Use the value saved in Step 9 of the [How to enable FenixPyre integration in SharePoint](/fenixpyre-for-admins/admin-dashboard/integrations/sharepoint-onedrive/how-to-enable-fenixpyre-integration-in-sharepoint.md)
* **Directory (Tenant) ID**: This is also available on the app’s overview page in Azure.

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

* **Enter Your SharePoint Domain**:
  * In the first field, input your SharePoint domain. Do not forget to add **https\://** at the beginning of the URL. For example:
    * **Correct**: `https://<orgname>.sharepoint.com`
    * **Incorrect**: `https://<orgname>-admin.sharepoint.com`
  * Avoid using the SharePoint admin center URL .

### Step 2: Verify Integration on SharePoint

1. Open a browser in **Incognito/Private Mode**.
2. Log in to your **SharePoint Account**.
3. Access a SharePoint site and navigate to the **Documents** section.
4. Select a file and right click .
   * You should now see **FenixPyre options** in the right-click menu.

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

### Step 3: Configure Protected Folders

1. Go to user policies.
2. Select the policy to configure for SharePoint.
3. Click "Configure" under "Protected Folders."
4. In the modal, choose "OneDrive Web" from the dropdown menu.
5. Enter your SharePoint path as `\\<tenant-name>.sharepoint.com\folder-path`, press Enter, and click "Update."
6. Save the policy to apply changes.

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

Your SharePoint is now secured with FenixPyre.

***

#### Notes:

* Microsoft may take up to **24 hours** to apply changes across your SharePoint environment.
* If the FenixPyre options do not appear, try the following:
  * Log out and log back into SharePoint.
  * Access SharePoint in Incognito/Private Mode.
  * Wait a few hours and try again.

If the issue persists, contact the **FenixPyre Support Team** for assistance.


---

# 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://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/integrations/sharepoint-onedrive/how-to-configure-sharepoint-integration-in-admin-dashboard.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.
