# Configure IFS Apps 10 Connector

## Information

All of Novacura’s IFS10 marketplace apps require an IFS database connector unless otherwise specified. This process will guide you through the basics of configuring your first IFS Application 10 connector.&#x20;

{% hint style="warning" %}
The same process can be used for IFS applications 9. However, support for IFS Applications 9 with our applications is not guaranteed.
{% endhint %}

## Authentication

It is an individual companies process that defines which method to authenticate with the IFS Database.&#x20;

There are several authentication methods available, an example is listed below:

* Global user
* Global user with user-level impersonation
* User-level  database authentication

This guide will use the most basic global authentication practice. This is not recommended for production environments.&#x20;

{% hint style="info" %}
For further information on connector authentication options please contact your Novacura representative.
{% endhint %}

## Connector Setup

### Create New Connector

1. Navigate to the **Environment Tab** within Novacura Flow Studio.&#x20;
2. Navigate to the **Connectors** Menu Option
3. Click on the **Add** Button highlighted below.

<div align="left"><img src="/files/-MkDBmlA9oUvP5IPmCJo" alt=""></div>

### Enter Connector Details

<div align="left"><img src="/files/-MkDBqM4_3k6XzYiGYMm" alt=""></div>

1. Enter a connector **Name** for the ifs environment you wish to connect to, this name will be your reference within flow studio, an example would be "IFS Apps 10".
2. Select **IFS Applications 10** from the **Type** field list.
3. Enter your IFS Applications **extended server web address** into the **Database Server** field. This is the same address used to access the enterprise explorer and arena. an example would be **<https://123myifsenvironment.ifsdemoworld.com:48080>**
4. Enter any other authentication details as required.
5. Press the **Save** button at the top right of the screen to save the connector configuration.

## Example Configuration

<div align="left"><img src="/files/-MkDBuHJsPl5QtFyg8X_" alt=""></div>


---

# 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.novacura.com/extensibility-and-integration/products/studio/connectors/database/ifs-apps-10/how-to-guides/configuration.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.
