# Writeback security settings

Plan allows both admin-level and user-level security for writebacks. Admin-level settings can be accessed from the **Admin** option in the **Settings** toolbar.

<figure><img src="/files/gU1oPDu79eB0oaYM7JbS" alt=""><figcaption><p>Navigating to Admin Portal</p></figcaption></figure>

After navigating to the console, go to the **Admin Portal.**

<figure><img src="/files/34oX1mCsozjh5d8AHdHk" alt=""><figcaption><p>Accessing admin portal</p></figcaption></figure>

In the admin portal, go to **Settings** and look for the 'Writeback' section, which contains admin-level writeback settings.

<figure><img src="/files/9L1ZHqqBz7zK2sy00NN9" alt=""><figcaption><p>Writeback settings</p></figcaption></figure>

## **1. Writeback -> Connections Page**

This page lists all writeback destinations configured by all users in your organization using Inforiver. Admin can create new connections, edit existing connections, or delete connections.

If you are working with multiple writeback connections used by multiple reports to write to multiple destinations, you can access these writeback connections effortlessly. Inforiver provides comprehensive filters and search bars to access your connections quickly.

* The *search bar* narrows down the list based on the full/partial connection name that is keyed in.
* The *Connection Type* filter can be used to view all the connections to a particular type of destination.
* The *Updated By* filter can be used to search for connections that a particular user has updated.

<figure><img src="/files/0O0zsF1pGjed7rshl0u2" alt=""><figcaption><p>Writeback connections</p></figcaption></figure>

{% hint style="info" %}
Refer to this [page](https://github.com/lumelinc/FabricPlanningDocs/blob/Dev/broken/pages/pVmnW2XN153ncQknFD3o/README.md#id-1.-connections) to know more on adding and editing writeback connections.
{% endhint %}

### **1.1. Role-based access control for writeback admin connections**

Admins can specify who can access a particular connection by clicking on the pencil icon beside it.

<figure><img src="/files/cu2l7UqNMIm6OYBH94F5" alt=""><figcaption><p>Edit access control for the connection</p></figcaption></figure>

On the 'Edit Connection' page, the admin can specify the users' email IDs or an Active Directory list of who should have access to this connection.

<figure><img src="/files/2u4AvDLX6MTanDRHS9rA" alt=""><figcaption><p>Specify users</p></figcaption></figure>

If a user who created the admin connection has their access revoked, they can still view the connection details in their profile's 'My Connections' tab. However, they cannot connect to it or modify its accessibility.

## **2. Writeback -> Settings Page**

This page allows admins to enable/disable users from creating and configuring specific writeback destination types. Due to data security and confidentiality requirements, organizations would prefer users to export data to destinations created and configured by admins. This setting will allow the admin to achieve that by disabling users from creating certain destination types.

When the toggle button for a particular destination type is disabled, users will only be able to use admin-configured destinations and cannot create their own. The settings configured in the admin console will be applied to the 'Add Destination' page as well. Users will only see the destination types they have permission to add.

<figure><img src="/files/oFKgwrCMPpNK2MaPVEzT" alt=""><figcaption><p>Destination type settings</p></figcaption></figure>

### **2.1. User Access control to manage writeback destinations**

Apart from choosing the allowed destination types a user can configure, admins can also limit the users who can manage writeback destinations. For example, you can let only certain users add, edit, or delete writeback destinations. Other users would be disabled from adding writeback destinations from the visual or the console.

This is done by specifying the email IDs of specific users or adding an Active Directory list in the admin console, as shown below, who will be given permission to add writeback destinations.

<figure><img src="/files/5LxPCL8lcmcXxVu30JfA" alt=""><figcaption><p>User access control to add writeback destinations</p></figcaption></figure>

If access is revoked for a user who has previously added a destination, they can still view their added destination but cannot edit or delete it.

### 3. Permissions

The permissions option allows control over users who can writeback. It is possible to grant writeback permissions to everyone in your organization or to a select few users to perform writeback. Inforiver leverages Azure Active Directory (AAD), hence finding and granting writeback permissions to your co-workers will be straightforward.

<figure><img src="/files/gN4D7gYeHxfIMxMPcKcD" alt=""><figcaption><p>Permissions</p></figcaption></figure>

#### a) All users within specific domains

Under this option, all the users within the specified organization will be able to configure the report writeback.

#### b) Specific users within the domain

Selecting this option will display an input field. Users can then specify the email addresses or names of the people within the team or organization in grant writeback permissions.


---

# 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.fabricplan.com/planning/data-writeback/settings/writeback-security-settings.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.
