You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.

Skip to end of banner
Go to start of banner

SAP Netweaver

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The EmpowerID SAPNetWeaver connector enables organizations to integrate user data, such as user accounts, groups, and group memberships from their SAPNetWeaver system into EmpowerID. This integration facilitates seamless management and synchronization with any connected back-end user directories, ensuring data consistency and improved identity management.

Key Features of the EmpowerID SAP NetWeaver Connector

The EmpowerID SAP NetWeaver connector is designed to provide robust and comprehensive integration capabilities. It supports the following features:

  • Bi-directional Synchronization: Supports both inventory and write-back functionalities for users, groups, and group memberships.

  • Full Inventory Support: Inventories all accounts, groups, and memberships during each inventory run.

  • SPML Requests via SOAP Calls: Utilizes SPML requests for communication.

  • Secure Authentication: Authenticates using username and password.

  • Schema Support: The connector supports a wide range of attributes for users and groups, ensuring that essential identity information is synchronized.

  • CRUD Operations: The connector enables Create, Read, Update, and Delete (CRUD) operations on user accounts and groups within the SAP NetWeaver environment.

Connectivity Details

The connector authenticates to the SAP NetWeaver system using the following parameters:

  • Base URL: The URL of the SAP NetWeaver system, including the port number.

  • Username: The username with read and write access to SAP NetWeaver.

  • Password: The password associated with the username.

Inventory Capabilities

The SAPNetWeaver connector manages the identities, groups, and group memberships within the EmpowerID system. It supports only full inventory, meaning all accounts, groups, and memberships are synchronized each time the inventory runs.

Account Inventory

SAPNetWeaver accounts are inventoried into the EmpowerID Account table. The connector supports full inventory for accounts, synchronizing all accounts from the external system to EmpowerID during each run. The 'id' attribute from the external system is used as the primary key and synced to the systemIdentifier column in the Account table. The following attributes are inventoried by the out-of-the-box connector:

SAPNetWeaver Attribute

EmpowerID Attribute

department

Department

description

Description

displayname

FriendlyName

email

Email

firstname

FirstName

lastname

LastName

securitypolicy

EmployeeType

uniquename

LogonName

validfrom

ValidFrom

validto

AccountExpires

Group Inventory

SAPNetWeaver groups are inventoried into the EmpowerID Group table. The connector supports full inventory for groups, synchronizing all groups and their memberships from the external system to EmpowerID during each run. The 'id' attribute from the external system is used as the primary key and synced to the systemIdentifier column in the Group table. Group memberships are stored in the EmpowerID GroupAccount table.

Supported CRUD Operations

The EmpowerID SAP NetWeaver connector supports the following CRUD operations for user accounts and groups:

  • User Accounts:

    • Create: Ability to create new user accounts in SAP NetWeaver from EmpowerID.

    • Read: Ability to read and synchronize user account details from SAP NetWeaver to EmpowerID.

    • Update: Ability to update existing user account details in SAP NetWeaver from EmpowerID.

    • Delete: Ability to delete user accounts in SAP NetWeaver from EmpowerID.

  • Groups:

    • Create: Ability to create new groups in SAP NetWeaver from EmpowerID.

    • Read: Ability to read and synchronize group details from SAP NetWeaver to EmpowerID.

    • Update: Ability to update existing group details in SAP NetWeaver from EmpowerID.

    • Delete: Ability to delete groups in SAP NetWeaver from EmpowerID.


  • No labels