Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/02/2023 12:22 AM - edited 08/03/2023 12:21 AM
Disclaimer
The integration was either created by Saviynt or by Saviynt community users. The integration is available “as is” and falls under standard connector support for REST, SOAP, JDBC, LDAP, PowerShell, Jar and Saviynt Connector Framework.
Contents
This guide describes the integration between Saviynt Enterprise Identity Cloud (EIC) and LeanIX.
This guide is intended for administrators and target application integration teams responsible for implementing a secure integration service with LeanIX.
LeanIX is an enterprise architecture management tool. In general, enterprise architecture is a comprehensive practice, and this tool can be used for many aspects of the practice. Primarily, the tool manages Business Capabilities, applications, technology, and Data catalogs and linkages between them.
The LeanIX connector enables you to seamlessly integrate with LeanIX EAM to manage the user lifecycle and govern access to their accounts and workspaces.
For more information about different connectors in EIC, see Connectors Documentation.
Note:
This guide provides information about using the LeanIX (REST) connector for performing operations listed in the Supported Features.
The Tenant ID is a Saviynt term for the Account ID in the LeanIX APIs.
The LeanIX integration supports the following features:
Software | Version |
EIC | Release v4.5 and later |
You must create an integration between EIC and the collaboration platform hosted by the target application to perform import, provisioning, and deprovisioning tasks. The following components are involved in the integration:
LeanIX is the target application for which EIC manages the identity lifecycle. LeanIX integrates with EIC through the connector to manage accounts and access.
Objects are imported as entitlement types into EIC.
Security System represents the connection between EIC and the target application.
It comprises an endpoint, which is the target application for which you want EIC to manage the identity repository.
It provides application instance abstraction from connectivity including high-level metadata. For more information about creating a security system, see Creating a Security System.
Endpoint is an instance of an application within the context of a security system.
It is the target application or application from which the connector performs provisioning or deprovisioning of identity objects, such as users, accounts, and entitlements.
It is mandatory to create an endpoint after creating the security system.
You can associate a single security system with multiple endpoints if the deployment involves modeling multiple isolated virtual applications (based on sets of specific entitlements according to certain categories) within a single application instance. For more information about creating an endpoint, see Creating an Endpoint for the Security System.
Connector is a software component that enables communication between EIC and the target application. It provides a simplified integration mechanism where, in some instances, you only need to create a connection with minimal connectivity information for your target application. The (REST-based) Connector is used for provisioning accounts and accessing them through the REST APIs. For more information about creating a connection, see Creating a Connection.
Job Scheduler is a software component that executes a job based on the configured schedule to perform provisioning operations from EIC.
When a provisioning job is triggered, it creates provisioning tasks in EIC. When these tasks are completed, the provisioning action is performed on the target application through the configured connector. If you want to instantly provision requests for completing the tasks without running the provisioning job, you must enable Instant Provisioning at the security system level and in the Instant Provisioning Tasks global configuration. For more information about the jobs used by the connectors in the LeanIX integration, see Using the LeanIX Integration.
EIC uses a REST connection for integrating with LeanIX for importing data and for performing provisioning and deprovisioning tasks. The REST connection uses the REST protocol to communicate with the REST interface of LeanIX.
The following diagram illustrates the integration architecture and communication with the target application.
LeanIX uses OAuth2 to authenticate users for all available APIs. The following flow describes how an API Token is used to retrieve an Access Token. Administrators can generate one or more API Tokens in the Administration of LeanIX, which have an expiry date until they can be used. Follow the below steps to create API Tokens.
Only admins can create or edit API Token. After entering Workspace as an Administrator go to API Tokens in the Developers section.
When creating a new API Token you are asked to set a name and an expiration date for the Token.
After saving your settings, the Token ID will be shown once. Please make sure that you save the ID as you will not be able to see it again in full-length.
You can now use the API Token to communicate via the defined API Endpoints.
If your API Tokens expire, you either have the chance to set up a new Token following the steps above or extend the expiration date of the Token in place. To do so click on the right Token from your list.
Afterward, you will be able to adapt the name and expiration date of the token.
Connection refers to the configuration setup for connecting EIC to target applications. For more information about the procedure to create a connection, see Creating Connections.
While creating a connection, you must specify connection parameters that the connector uses to connect with the target application, define the type of operations to perform, the target application objects against which those operations are performed, and the frequency of performing them. In addition, you can view and edit attribute mappings between EIC and the target application, predefined correlation rules, and provisioning jobs and import jobs.
The connector uses the following parameters for creating a connection and for importing account and access from the target application:
Parameter | Description | Example Configuration | Mandatory? |
Connection Name | Specify the name to identify the connection. | - | Yes |
Connection Description | Specify the description for the connection. | - | No |
Connection Type | Select the connection type as REST. | - | Yes |
Default SAV Role | Specify this parameter to assign the SAV role to the connection. The SAV role is a role in EIC that assigns specific access to users. This parameter is valid only for importing users. Sample value: The user assigned with the ROLE_ADMIN role, has access to all the sections of EIC. | - | No |
Email Template | Specify this parameter to select an email template for sending notifications. Email templates provide an immediate trigger of emails to a user based on actions performed. Email informs the user about the action performed and, if critical, needs immediate action from the user. | - | No |
ConnectionJSON | Specify this parameter to create a connection.
| Use the following format to connect to the LeanIX application:
| Yes |
Parameter | Description | Recommended Configuration | Mandatory |
AccountEntImport JSON | Specify this parameter to reconcile the accounts and entitlements | Use the following format to reconcile accounts and entitlements using the LeanIX application:
|
Yes |
Parameter | Description | Recommended Configuration | Notes | Support for Binding Variables? |
CreateAccountJSON | Specify this parameter to create an account in the target application.
| Use the following format to create accounts using the LeanIX application:
|
| The bindings supported are:
|
Enable Account JSON | Specify this parameter to Enable an account in the target application. | Use the following format to enable the accounts in the LeanIX application:
|
| The bindings supported are:
|
AddAccessJSON | Specify this parameter to add access to an account.
| Use the following format to add a permission in the LeanIX application:
|
| The bindings supported are:
|
RemoveAccessJSON | Specify this parameter to remove access from an account.
| Use the following format to remove a permission using the LeanIX application:
|
| The bindings supported are:
|
RemoveAccountJSON | Specify this parameter to remove an account.
| Use the following format to remove an account using the LeanIX application:
|
| The bindings supported are:
|
connection package helps you build the connection with pre-defined JSONs, this can be used if your tenant does not already have out of the box connection templates available. Here are the steps to import the LeanIX connection package.
Download the connection package .
Navigate to Admin → Transport → select Import Package.
Browse the downloaded package and Import.
Navigate to Admin → Connections → Select “LeanIX ” Connection.
Edit the connection with your LeanIX tenant details.
The security system represents the connection between EIC and the target application. For more information on creating a security system, see Creating a Security System.
Endpoint refers to the target application used to provision accounts and entitlements (access). For more information on creating an endpoint, see Creating Endpoints.
You can use the LeanIX integration for performing import and provisioning operations after configuring it to meet your requirements.
You must apply the following guidelines for configuring import:
· Run account import before running the access import.
· Map all LeanIX attributes to EIC account attributes using ImportAccountEntJSON.
You must apply the following guidelines for configuring provisioning:
· Use Java ternary operators if you want to add conditions in the provisioning parameters. You can use Java operations to tweak any attributes by using if-else conditions, substrings, or operators in the JSON for provisioning.
· Full account import: When configuring the connection for the first time, first perform full import to import all existing accounts from the target application to EIC. To perform full import, the invoke API gets response from the target application and maps the attributes in the target application with attributes in EIC. As part of this process, the deleted accounts are also identified and marked as suspended from import service.
· Full Access import: When configuring the connection for the first time, first perform full import to import all existing access from the target application to EIC. To perform full import, the invoke API gets response from the target application and maps the attributes in the target application with attributes in EIC. As part of this process, the deleted entitlements are also identified and marked as inactive.
The import jobs are automatically created in EIC after you create a connection for the LeanIX integration. For more information about creating jobs, see Data Jobs.
You must import accounts after the users are available in EIC.
To import accounts:
Specify the connection and import parameters. For more information, see Account and Access import.
Note: Ensure that the connection type is selected as REST.
Configure the Application Data Import (Single Threaded) job to import accounts and access. For more information, see Data Jobs.
Provisioning is automatically enabled when a connection is configured. For detailed information about performing provisioning tasks, see Access Request System.
To provision objects to the target application:
Specify the connection and provisioning parameters. For more information, see Configuration Parameters for Provisioning.
Note: Ensure that the connection type is selected as REST.
Configure the Provisioning job (WSRETRY). For more information, see Provisioning Jobs.
When a provisioning job is triggered, it creates provisioning tasks in EIC. When these tasks are completed, the provisioning action is performed on the target application through the connector.
To troubleshoot common problems with connectors, answer frequently asked questions, and provide solutions to a few common issues you might encounter while configuring or working with connectors, see Common Troubleshooting Guide for Connectors.
To troubleshoot common problems or obtain answers for frequently asked questions for REST connectors, see the REST Connector Guide.
Note: Ensure that you record the token expiry duration during the initial token generation. The connection may fail, if the token is not refreshed.