OneLogin Spoke
Summarize
Summary of OneLogin Spoke
The OneLogin spoke enables ServiceNow customers to manage users, passwords, roles, and groups directly within their OneLogin account from the ServiceNow instance. This integration streamlines identity and access management by centralizing key administrative functions.
Show less
To use the OneLogin spoke, an Integration Hub subscription is required. The latest spoke version available is 1.0.2.
Key Features
- User Management: Create, retrieve, update user details, and look up users in OneLogin.
- Password Management: Update user passwords, check lock status, lock, and unlock user accounts.
- Group Management: Retrieve lists of groups available in the OneLogin account.
- User Role Management: Assign or remove roles for users, get roles by user, and look up roles.
Dependencies and Requirements
- Ensure installation of dependent plugins such as IntegrationHub Action Step - REST, IntegrationHub Runtime, Action Template - Data Stream, and Flow Designer - Dynamic Inputs. Some plugins may require additional licenses if used beyond the spoke implementation.
- Connection and credential aliases are used to manage connection details efficiently across multiple environments, minimizing the need for repeated updates when credentials change.
- Actions rely on REST calls and can be executed on the ServiceNow instance or via a MID Server. Proper configuration of connection records and MID Server selection attributes is necessary for action execution.
Next Steps
To implement the OneLogin spoke, customers should review setup instructions for the spoke and MID Server, configure connection aliases appropriately, and verify that all necessary plugins are installed and licensed. This ensures seamless integration and operation of OneLogin management capabilities within ServiceNow.
Manage users, passwords, roles, and groups in the OneLogin account from your ServiceNow instance.
Request apps on the Store
Visit the ServiceNow Store website 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 Connections and Credentials.
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.