Skip to main content
PSA

Halo PSA - idemeum integrations

Integrate idemeum with HaloPSA to create tickets for elevation requests, requests JIT accounts, and more.

Nik Pot

Integration options

There are several integrations that we support with HaloPSA today:

  1. Create tickets for elevation requests
  2. Request JIT accounts from tickets
  3. Disable JIT accounts from HaloPSA

Create tickets for elevation requests

Overview

  1. Create HaloPSA ticket when elevation is requested
  2. Close HaloPSA ticket when the request is approved / denied
  3. Approve or deny elevation requests right from the HaloPSA by clicking on generated link
  4. Automatically map customer names in idemeum to customer names in HaloPSA
  5. Manually map customer names in idemeum to customer names in HaloPSA

Configure HaloPSA agent

In this step we will create an API-only agent to use with HaloPSA application.

  • Navigate to ConfigurationTeams and agentsAgents and add a new agent by clicking New button
  • Provide the agent username
  • Make sure you check the box for Is an API-only Agent
  • Assign agent to the Default team of your choice and add the working hours
  • Save the configuration

Now we will need to configure the proper permissions:

  • Click Edit to configure the agent
  • Navigate to Departments and teams tab
  • If you are using teams, make sure the team you have chosen has the following permissions:
    • Can be assigned to
    • Can see unassigned tickets for this Team
    • Can see Tickets assigned to other Agents in this Team
  • If you are using departments, make sure the permission Modify all is added
  • Now click on Permissions tab and do the following:
    • For Feature access choose the following:
      • Tickets Access Level to Read and Modify
      • Clients Access Level to Read Only
      • Users Access Level to Read Only
      • Assets Access Level to Read Only
    • For Ticket permission choose the following:
      • Can add new Tickets
      • Can edit closed Tickets
      • Can view Unassigned Tickets
      • Can view Tickets that are assigned to other Agents
      • Can Re-assign Tickets
      • Can Edit Tickets Which Are Not Assigned To Them
      • Can always update Ticket Statuses and re-assign Tickets outside of actions
    • For Asset type restrictions choose the following:
      • Allow use of all Asset Types
  • Save the agent configuration

Configure HaloPSA application

The way HaloPSA allows other systems to make calls into their system is by creating an application.

  • Navigate to HaloPSA admin portal
  • Access ConfigurationsIntegrationsHaloPSA API and click View applications
  • Now click New to create a new application
  • Provide application name
  • Choose Client ID and Secret for Authentication method. Save the Client ID and Client Secret as you will need this information for idemeum configuration.
  • For the agent drop down choose the agent that we created in the previous step
  • Click on the Permissions tab and add the following permissions:
    • read:tickets
    • edit:tickets
    • read:customers
    • read:assets
  • Save the configuration

Configure idemeum connector

  • Access your MSP tenant admin portal
  • Navigate to SettingsIntegrations
  • Click Add integration and then choose Outbound integration
  • Choose Halo PSA from the connector dropdown
  • Now enter the URL of your HaloPSA instance and provide the Client ID and Client secret that we created in the previous step
  • Save the configuration

Customers mapping

Once the integration with HaloPSA is added, you will see the new PSA column in the Customers section.

Automatic mapping

As a first step idemeum will try to automatically map the customers in idemeum to customers in HaloPSA. Here is how we will try to do that:

  1. Use the Display Name of the customer in idemeum to search for a customer in HaloPSA
  2. If no match was found using the Display Name, then we would use the Name of the customer in idemeum to search for a customer in HaloPSA
  3. If no match was found using the Name, then the admin will have to manually link the customers

For example, in the image below, one of my customers was automatically mapped, however, others still show the Link button to manually map the customer in HaloPSA.

Manual mapping

The admin can manually link a customer from idemeum with one in HaloPSA by providing the name of the customer from HaloPSA.

  • Navigate to idemeum admin portal and access Customers section
  • Search for the customer name
  • Click on the Link button
  • Enter the HaloPSA customer name to map this idemeum customer to
  • Once found we will display the customer name from HaloPSA in the PSA column.
💡
The name matching will be using case-insensitive equality.

Ticket creation

Here is how idemeum will create the tickets in HaloPSA:

  • Idemeum will create a ticket of type Incident
  • We will use these default values for the ticket:
    1. category - Business Applications
    2. urgency - Medium
    3. impact - Single User Affected
💡
These values are not yet exposed in the UI, but if you want them to be set to a different values, contact idemeum support.
  • In the ticket there will be information about the user that requested access to which application from which device.
  • idemeum knows from which desktop name the elevation was initiated from so will lookup that name in your assets list. If found then we will associate that asset with the HaloPSA ticket.
  • There is also a link to navigate to idemeum portal and respond to the request
  • Once the ticket is approved or denied the HaloPSA ticket will be updated with the status Closed. If we can find an agent in HaloPSA with the email address of the idemeum user that approved/denied the elevation request then we will assign that agent to the ticket. 
  • When a ticket is closed we will add some information on how the ticket was closed in the closure notes: who closed it, was the elevation approved or not, for this user or at a tenant level, etc.
  • We will also add a closure time of 5 mins. If you want to use other value rather than 5 mins contact idemeum support.

Request JIT accounts from tickets

Overview

MSP technicians can request Entra ID JIT accounts right from HaloPSA tickets. HaloPSA and idemeum integration leverages embedded iFrame sections.

By default idemeum security does not allow cross-domain requests. Therefore, to enable this integration, request idemeum team to allow embedded iFrames for your idemeum tenant.

Configure session length

This step is optional, but will improve technician experience when accessing just-in-time accounts. By default the idemeum session length is set to 8 hours, meaning you have to re-authenticate with mobile every 8 hours. You can extend this session to 30 days so that you can seamlessly access JIT accounts for any customer tenant right from HaloPSA and you will stay authenticated for 30 days.

  • Navigate to your MSP tenant admin portal
  • Access SettingsGlobal and then define the Session expiration duration

Configure HaloPSA

Overview

In HaloPSA you can create a Custom tab that will point to your idemeum tenant. When managing PSA ticket you can click on that tab and get immediate access to your idemeum portal.

You have 2 options for navigation:

  • Navigate to parent MSP idemeum tenant - you can simply specify the URL for your MSP tenant, i.e. <msp name>.idemeum.com. In this case technicians will access custom tab, MSP idemeum tenant will be loaded, then technician will search for customer tenant, access it, and will request JIT account.
  • Navigate directly to idemeum customer tenant - you can leverage HaloPSA variables to navigate directly to customer idemeum tenant.

Set up HaloPSA variables

We will set up the integration to directly navigate to idemeum customer tenant from PSA ticket.

  • Say we have an idemeum tenant with the display name Demo PAM tenant and the URL demo-nikpot.idemeum.com.
    • We can route based on Demo PAM tenant with the following URL https://<tenant name>.idemeum.com?customerDisplayName=<value>
    • Or we can router based on demo URL with the following https://<tenant name>.idemeum.com?customerName=<value>
    • In this guide we will use display name
  • In HaloPSA we will use default variable Client reference and assign the value Demo PAM tenant to this variable
  • We populate this variable with Demo PAM tenant value in the customer section by simply editing a customer in HaloPSA
  • We can tag all our customers in the same way in HaloPSA so they are mapped to a customer tenant in idemeum with the display name that is used.

Set up custom tab

  • Navigate to ConfigurationCustom objectsCustom tabs in HaloPSA
  • Create a custom tab like in the image below. As you can see for URL we are using the URL of MSP idemeum tenant, and we are passing a parameter from the variable $CLIENT_REFERENCE. You can specify the variable that you have chosen for integration.

Test integration

  • Open any ticket in Halo PSA
  • Click on idemeum tab
  • You will be presented with the idemeum user portal for that customer. You can see all workstation and Entra apps to request JIT accounts and view credentials

Disable JIT accounts from HaloPSA

Overview

Technicians can request Entra ID JIT accounts right from HaloPSA with our existing iFrame integration.

However, requested JIT accounts will be disabled after a certain period of time, by default it is 4 hours. If you want to immediately disable these requested JIT accounts, you can leverage idemeum APIs.

Obtain API key

  • Access your MSP portal admin dashboard
  • Navigate to SettingsIntegrationsInbound integration and create a new integration
  • Provide an integration name
  • The API key will be displayed. Make sure you save it somewhere safe as we only display it once (you can always delete the client integration and recreated the client in case you lose the API key).

Configure HaloPSA

  • In HaloPSA navigate to ConfigurationIntegrationsCustom integrations
  • Click New
  • Create an integration and provide the following details:
    • Base resource: https://<yout_tenant>.idemeum.com/api/integrations
    • Authorization: API key
    • Key: X-Idemeum-Api-Key
    • Value: <SDK_API_KEY that you obtained in the idemeum admin portal>
    • Add to: Header
  • Save the configuration
  • Now in the same tab click on Methods to create an HTTP POST method
  • Configure the following:
    • Provide method name
    • HTTP method → POST
    • Path → /entrajitaccounts
    • Headers:
      • Content-Type: application/vnd.dvmi.entra.app.user.disable+json
    • Body provided below
{
    "customerDisplayName" : "<your_customer_display_name>",
    "technicianEmailAddress" : "<user's email address>"
}

As an example here is what we used:

{
    "customerDisplayName" : "Demo PAM tenant",
    "technicianEmailAddress" : "nik@nikpot.com"
}

  • Once you Save the configuration you can test the API call for this integration. You should see the success response.
  • Now you can navigate to IntegrationsCustom integrationsIntegration runbooks and create a run-book to call idemeum API when the ticket is closed.