For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step-by-step deployment guide

The SAP Identity Authentication Service (IAS) connector imports users and groups into Elimity Insights via Elimity's built-in SCIM connector which connects to the SAP Identity Directory SCIM API.

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:

2. Creating a system application in SAP IAS

The connector authenticates against the SAP Identity Directory SCIM API. 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.

Last updated