Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.
No ratings
ManjuKumari
Saviynt Employee
Saviynt Employee

Disclaimer

The integration was created by Saviynt community users.. The integration is available “as is” and falls under standard connectors support for REST, SOAP, JDBC, LDAP, PowerShell, Jar, and Saviynt Connector Framework.

                                                                                             

Preface

This guide describes the integration between Saviynt Enterprise Identity Cloud (EIC) and Automation Anywhere – 360 – Control Room.

 

Audience

This guide is intended for administrators and target application integration teams responsible for implementing a secure integration service with Automation Anywhere – 360– Control Room.

 

Introduction

Automation 360 is an industry-leading RPA and digital workforce platform that combines an easy-to-use user interface with enterprise-class reliability and the security to enable real-time self-automation. It delivers a browser-based, intuitive experience for business users to quickly automate tasks and tools for developers to build process automation. Automation 360 provides both On-Premises and Cloud deployment options and is the first platform that provides RPA-as-a-Service as an automation solution. It enables users to automate applications across different infrastructures and industries such as banking, telecommunications, and business process outsourcing (BPO) organizations.

Automation 360 provides capabilities such as the following:

  • An intuitive interface to create a bot and design business process automation workflows.
  • Support for multiple operating systems including Windows, Linux, and MacOS.
  • Different views of bot to facilitate collaboration: flow view for business users, list view for developers, and dual view for collaboration.
  • Recorder that works across various platforms such as Microsoft Windows, Citrix, Web, and SAP.
  • Advanced variables capabilities and support for JavaScript, Python, and VBScript.
  • A flexible architecture that enables you to add new packages.

The Automation Anywhere – 360connector enables you to seamlessly integrate with Automation Anywhere - 360– Control Roomto manage the user lifecycle and govern access to their accounts and workspaces.

For more information about different connectors in EIC, see Connectors Documentation.

 

Supported Features

The Automation Anywhere - 360 - Control Room integration supports the following features:

 

ManjuKumari_1-1708069880198.png

 

Understanding the Integration between EIC and Automation Anywhere - 360 - Control Room

You must create an integration between EIC and the collaboration platform hosted by the target application to perform import, provisioning, and de-provisioning tasks. The following components are involved in the integration:

  • 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 imports the data and performs provisioning or de-provisioning 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.
  • The 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 connector is used for importing, provisioning accounts, and accessing 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 import or 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 the Instant Provisioning Tasks global configuration. For more information about the jobs used by the connectors in the Automation Anywhere - 360 - Control Room integration.

 

Integration Architecture

EIC uses a REST connection for integrating with Automation Anywhere - 360 - Control Room for importing data and for performing provisioning and de-provisioning tasks.

The following diagram illustrates the integration architecture and communication with the target application.

ManjuKumari_0-1708068657722.png
  • Standard REST connector using SCIM protocol is used to connect Automation Anywhere - 360 - Control Room application to Saviynt.
  • REST API calls are made through REST connector to execute multiple operations (i.e. Import accounts / Import Access /Create Account/ Update Account / Disable Account / Add Access /Remove Access / Enable account)
  • The REST integration enables you to gain visibility, manage user life cycle, and govern access for the data available in the REST endpoint.

Account reconciliation:

  • Saviynt is importing all the user accounts from Automation Anywhere - 360 - Control Room.
    Below are the account attributes details which are getting imported from Automation Anywhere - 360 - Control Room.

 

AA 360 Control Room

Account Attribute

Saviynt

Account Attribute

username

name

id

accountID

disabled

status

description

description

lastLoginTime

lastlogondate

createdOn

created_on

updatedOn

updatedate

email

customproperty1

firstName

customproperty2

lastName

customproperty3

createdBy

customproperty4

updatedBy

customproperty5

disabled

customproperty11

 

Access reconciliation

  • Saviynt is importing all Groups (entitlements) from Automation Anywhere – 360 – Control Room.
    Below are the entitlement attribute details which are imported from Automation Anywhere - 360 - Control Room into Saviynt.

AA 360 Control Room

Entitlement Attribute

Saviynt

Entitlement Attribute

id

entitlementID

name

entitlement_value

description

description

name

displayname

name

entitlement_glossary

createdOn

createdate

updatedOn

updatedate

systemRole

customproperty1

 

 

Creating a Connection

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.

 

Understanding the Configuration Parameters

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.

 

Importing Connection Package

The 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 Automation Anywhere - 360 - Control Room connection package.

  • Download the connection package.
  • Navigate to Admin → Transport → select Import Package.
  • Browse the downloaded package and Import.
  • Navigate to Admin → Connections → Select “Automation Anywhere - 360 - Control Room” Connection.
  • Edit the connection with your Automation Anywhere - 360 - Control RoomTenant Details.

 

Connection JSON

The connection JSON cannot be embedded in the Connection Package. Hence attaching the Connection JSON separately

 

{
"authentications": {
"userAuth": {
"authType": "oauth2",
"url": "https://<URL>/v1/authentication",
"httpMethod": "POST",
"httpParams": "{\"username\":\"**************\",\"apiKey\":\"**********\",\"multiLogin\":\"true\"}",
"httpHeaders": {
"contentType": "application/json"
},
"httpContentType": "application/json",
"expiryError": "ExpiredAuthenticationToken",
"authError": [
"InvalidAuthenticationToken",
"AuthenticationFailed",
"FAILURE",
"INVALID_SESSION_ID",
"Either your username or your API Key is incorrect",
"Your session expired"
],
"timeOutError": "Read timed out",
"errorPath": "errors.message",
"retryFailureStatusCode": [
401,
403,
500
],
"maxRefreshTryCount": 5,
"tokenResponsePath": "token",
"tokenType": "",
"accessToken": "Abcd"
},
"testConnectionParams": {
"url": "https://<URL>/v1/usermanagement/users/list",
"httpHeaders": {
"contentType": "application/json",
"X-Authorization": "${access_token}"
},
"httpContentType": "application/json",
"httpMethod": "POST",
"httpParams": "{}"
}
}
}

 

Creating a Security System

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.

 

Creating an Endpoint for the 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..

Using the Automation Anywhere - 360 - Control Room Integration

You can use the Automation Anywhere - 360 - Control Room integration for performing import and provisioning operations after configuring it to meet your requirements. 

 

Guidelines for Using the Integration

You must apply the following guidelines for configuring import: 

  • Run account import before running the access import.
  • Map all Automation Anywhere - 360 - Control Room attributes to EIC account attributes using ImportAccountEntJSON.
  • 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.

 

Configuring Import Operations

  • 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 Automation Anywhere - 360 - Control Room integration. For more information about creating jobs, see Data Jobs.

 

Importing Accounts

You must import accounts after the users are available in EIC.

To import accounts: 

  1. Specify the connection and import parameters. For more information, see Account and Access import.
    Note: Ensure that the connection type is selected as REST.
  2. Configure the Application Data Import (Single Threaded) / Application Data Import (Multi-Threaded) job to import accounts and access. For more information, see Data Jobs.

 

Configuring Provisioning and Deprovisioning

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:

  1. Specify the connection and provisioning parameters. For more information, see Configuration Parameters for Provisioning.
    Note: Ensure that the connection type is selected as REST.
  2. 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.

 

Troubleshooting

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.

Version history
Last update:
‎02/16/2024 12:15 AM
Updated by:
Contributors