# Step-by-step deployment guide

### 1. Which data is imported from SAP IAS?

The following SAP IAS metadata is imported:

* `Users`
* `Groups`

#### User attributes

| Attribute    | Type    |
| ------------ | ------- |
| ID           | Text    |
| Display name | Text    |
| User name    | Text    |
| Email        | Text    |
| User type    | Text    |
| Entitlements | Text    |
| Roles        | Text    |
| Active       | Boolean |

#### Group attributes

| Attribute | Type |
| --------- | ---- |
| ID        | Text |
| Name      | Text |

The diagram below shows the relationships between entity types:

```mermaid
graph TD

User[User]
Group[Group]

User --> Group
Group --> Group
```

### 2. Creating a system application in SAP IAS

The connector authenticates against the [SAP Identity Directory SCIM API](https://api.sap.com/api/IdDS_SCIM/overview). Supported authentication methods from both Elimity's SCIM connector & SAP ID SCIM API:

* Basic Authentication
* Bearer Authentication

See official SAP documentation on how to retrieve your authentication details.

Note down the correct values. E.g. in case of Basic Authentication:

* `username`
* `password`
* Your SAP Identity Directory SCIM tenant URL (e.g. `https://<your-tenant>.<host>/scim`)

### 3. Configure the source in Elimity Insights

1. Go to **Sources** in the left navigation bar and click **Add Source**.
2. Search for **SCIM** and click **Set Up**.
3. Click **Set Up** again and give the source a name (e.g. `SAP IAS`).
4. Fill in the **SAP SCIM tenant URL** from step 2.
5. Fill in the **Username** and **Password** (if you want to use a **Bearer token**, leave **Username** empty and paste the **Bearer token** in the **Password** field.)

Click **Confirm and run** to launch your first import. Monitor progress in the **Logs** tab. The **Imports** tab shows the summary for each run.


---

# 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.elimity.com/sap-ias/step-by-step-deployment-guide.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.
