Add the ITSM Connect app proxy user to Tachyon
ServiceNow users that log in to the 1E ITSM Connect app will actually be interacting with Tachyon using a proxy user that is configured on the 1E ITSM Connect app's App Configuration page. This proxy user retrieves and executes instructions and fetches responses from Tachyon using Tachyon's API and the consumer added above.
In our example we will add a user to Tachyon, which must already exist in AD, that will have the following function and the following system roles applied:
Proxy User account | Function | Assigned Tachyon role |
---|---|---|
ACME\ITSMConnectUser | Tachyon user | Global Actioners |
System (global) roles allow access to all instruction sets and all devices. We could define more granular permissions using custom roles instead of system roles. This would involve creating a custom role in Tachyon and assigning specific instruction sets and management groups to the role.
Please refer to:
- Design Considerations to understand more about app roles, their proxy users, Tachyon roles, instruction sets and management groups
- Tachyon 5.0 - The Permissions Menu for details on how to permission roles in Tachyon 5.0.
- 1E ITSM Connect post-installation tasks: App Configuration Page for details on how to configure proxy users in ServiceNow
- User Management for information on how to set up users in ServiceNow.