Overview

Functions

With Intrexx DRACOON Connector you can use central functions of DRACOON. In particular, you can access data rooms and folders and the files in them directly from your Intrexx portal. This gives your portal users (for example in a citizen or hospital portal) the option of downloading files from DRACOON and uploading files to it.

In addition to the "file functionalities", you can use the central functionalities of DRACOON with Intrexx DRACOON Connector. For example, you can create new users or display their membership of a user group. You can also assign specific roles to users and groups in DRACOON.

You can also create "share links" via which files can be downloaded or uploaded with the required authentication.

The numerous functionalities were implemented in Intrexx DRACOON Connector via data groups. If the functionalities implemented as standard are not sufficient for your needs, you can create your own data groups using a so-called generic adapter. You can access all data fields provided by the DRACOON API.

Furnishings

In order to access DRACOON with Intrexx, you must perform activities in DRACOON and in Intrexx.

DRACOON In DRACOON, you must register your Intrexx Portal as an app.

Intrexx In Intrexx, you must create a data source under "Connector for Connector API". The "DRACOON Template" is available there. Once you have selected this, you will be guided through the steps required to create the Intrexx DRACOON Connector.

The Intrexx DRACOON Connector uses the REST API from DRACOON. Authorization takes place via OAuth2.

The standard actions are required for authorization via OAuth2. You need to register your Intrexx portal as an app in DRACOON. This generates a client ID and a client secret, which you must store in Intrexx DRACOON Connector. From Intrexx DRACOON Connector, you must store the redirect URI in DRACOON.

To be able to access DRACOON with an Intrexx app, you must create a third-party data group. This is where you control which data you want to access via the application in DRACOON or which actions you want to perform with the Intrexx app in DRACOON.

The following graphic gives you an overview of the central steps for setting up the Intrexx DRACOON Connector. The individual steps are described in detail in the following sections.