Key terms
Terms in Intrexx and DRACOON
Authorization URI
The Authorization URI is required in connection with the OAuth2 authorization between DRACOON and Intrexx.
The Authorization URI is composed as follows:
<DracoonRootUri>/oauth/authorize
Example
https://example.dracoon.software/oauth/authorize
Client ID
The Client ID is required in connection with the OAuth2 authorization between DRACOON and Intrexx.
You can find the client ID in the DRACOON Web App, where you have registered your Intrexx portal as an app.
Client secret
The Client Secret is required in connection with the OAuth2 authorization between DRACOON and Intrexx.
can be found in the DRACOON Web App, where you have registered your Intrexx portal as an app.
Data room ID, folder ID
To access a data room or folder in DRACOON, you need its ID.
You can find this ID in the URL of your DRACOON Web App.
If you click on a data room or folder with the mouse, the ID is displayed at the end of the URL. The ID always follows "/node/".
dracoon.dataspace.id
The "dracoon.dataspace.id" is the parameter or key in Intrexx that refers to the data room ID or folder ID in DRACOON.
The "dracoon.dataspace.id" is stored in the "DracoonDataSpace" data group in Intrexx DRACOON Connector.
The "dracoon.dataspace.id" is stored in the external data group of the IntrexxDracoon app if you want to access a data space or a folder in DRACOON.
Dracoon Root URI (dracoon.service.root.uri)
The root URI is generally the component of a URI up to the first slash ('/').
You need the root URI from DRACOON for communication between DRACOON and Intrexx DRACOON Connector.
Example
https://example.dracoon.software
Redirect URI
The Redirect URI is required in connection with the OAuth2 authorization or communication between DRACOON and Intrexx. It must be copied from Intrexx DRACOON Connector and stored in the DRACOON Web App.
The redirect URI is composed as follows:
<BasisURL>/oauth2/token/<GUID des DRACOON Connectors>
Example:
https://exampleportal.com/service/oauth2/token/12345678960DEA655234B087EFC5123456789
Base URL The base URL can be found in the main menu under "Portal > Portal properties > Front-end web server ".
Scope
The scope is required in connection with the OAuth2 authorization between DRACOON and Intrexx.
The scope has the value "all".
Token URI
The token URI is required in connection with the OAuth2 authorization between DRACOON and Intrexx.
The token URI is composed as follows:
<DracoonRootUri>/oauth2/v2.0/token
Example
https://example.dracoon.software/oauth2/v2.0/token