Adding the Ping Identity provisioning role in ServiceNow
To allow PingFederate to manage users in ServiceNow, add the special Ping Identity provisioning role in your ServiceNow instance.
Steps
-
Sign on to https://yourinstance.servicenow.com as an administrator.
-
Install the Ping Identity Provisioning Solution app.
The app contains the provisioning role.
-
In the ServiceNow admin console, navigate to All Available Applications.
-
Search for and select the Ping Identity Provisioning Solution app.
-
Click Install.
-
-
Optional: If you want the ServiceNow connector to be able to remove roles from users, grant additional permissions to the provisioning role.
Due to a limitation in the ServiceNow API, the ServiceNow Provisioner requires additional security permissions to be able to remove roles from users. We recommend that you only grant these permissions if you require the role removal functionality. Otherwise, skip these steps. For more details, see Known issues and limitations.
-
In the upper-right corner, click your administrator account name. Click Elevate Roles.
-
On the Elevate Roles dialog, select security_admin. Click OK.
-
Go to System Security > Access Control (ACL). Click New.
-
On the New record tab, from the Operation list, select Delete.
-
From the Name list, select User Role (sys_user_has_role).
-
In the Requires role section, double-click Insert a new row.
-
Enter
ping_identity_provisioning_role
, and then press enter. -
Click Submit.
-