OneLogin Spoke
Summarize
Summary of OneLogin Spoke
The OneLogin Spoke enables ServiceNow customers to manage users, passwords, roles, and groups within their OneLogin account directly from their ServiceNow instance. This integration streamlines identity management tasks by providing a set of pre-built actions accessible through the ServiceNow platform.
Show less
To use the OneLogin Spoke, customers must have an active Integration Hub subscription. The latest version available is OneLogin v 1.0.2.
Key Features
- User Management: Create users, retrieve user details, look up multiple users, and update user attributes in OneLogin.
- Password Management: Check user lock status, lock and unlock user accounts, and update user passwords.
- Group Management: Retrieve lists of groups from the OneLogin account.
- User Role Management: Assign roles to users, retrieve roles assigned to users, look up role details, and remove roles from users.
Installation and Dependencies
Installation requires several dependent ServiceNow plugins related to IntegrationHub and Flow Designer, including REST action steps, runtime, data stream templates, and dynamic inputs. Some of these are licensable features and may require proper licensing if used beyond the spoke's scope.
Connection and Credential Management
The spoke leverages Integration Hub aliases to manage connections and credentials efficiently. This approach simplifies configuration across multiple environments by centralizing connection details, eliminating the need to update individual actions when credentials or connection information change.
MID Server Requirements
Actions execute REST calls that can run either on the ServiceNow instance or through a MID Server. Configuration of the connection record via aliases determines the execution location and MID Server selection. Proper setup of the MID Server is necessary for running these actions effectively.
Additional Resources
Customers can explore additional apps and request new ones via the ServiceNow Store. Release notes and version history for all Store apps are available to track updates and changes.
Manage users, passwords, roles, and groups in the OneLogin account from your ServiceNow instance.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Integration Hub subscription
This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.
Spoke version
OneLogin v1.0.2 is the latest version.
Spoke dependencies
- ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
- ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
- ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
- ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
Spoke actions
The OneLogin spoke provides actions to to manage users, passwords, roles, and groups. Available actions include:
| Category | Action | Description |
|---|---|---|
| Group Management | Look up Groups | Retrieves the list of groups available in the OneLogin account. |
| Password Management | Get Lock Status | Retrieves the lock status of the user in OneLogin. |
| Lock User | Locks the specified user account in OneLogin. | |
| Unlock User | Unlocks user in OneLogin. | |
| Update Password | Updates the user’s password in OneLogin. | |
| User Management | Create User | Creates a user in OneLogin. |
| Get User Details | Retrieves details of the required user in OneLogin. | |
| Look up Users | Retrieves details of the required users. | |
| Update User | Updates the attributes of a user in OneLogin. | |
| User Role Management | Assign Role | Assigns role to user in the OneLogin account. |
| Get Roles by User | Retrieves the role IDs assigned to the user in the OneLogin account. | |
| Look up Roles | Retrieves details of the roles. | |
| Remove Role | Removes the specified role assigned to a user in OneLogin account. |
Connection and credential alias requirements
Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see .
For information about setting up the spoke, see Set up the OneLogin spoke.
MID Server requirements
These actions use REST calls, which can run on an instance or MID Server. Use the connection record associated with the alias to configure where actions run as well as set MID Server selection attributes. For more information about running actions on the MID Server, see Integration steps
To set up the MID Server for this spoke, see Set up MID Server for a spoke.