Skip to content
  • There are no suggestions because the search field is empty.

Resolve SCIM Setup

This article will step you through the process of setting up SCIM for user management in Resolve

Prerequisites

Redman Solutions will configure and provide an end point and an API key to be used for SCIM

Step 1 – Create an Enterprise Application in Azure Entra ID 

  1. In the Azure Portal go to Entra ID and choose Enterprise Applications
  2. Select “Create your own Application”
  3. Fill in the Azure Portal blade with the Application name (Resolve) and choose the “Integrate any other application” option. 
Picture
You now have created the Enterprise Application. 

 

Step 2 Configuring SCIM Mapping 

  1. From the Enterprise Application management page, choose “Provision User Accounts”. 
    Picture
  2. In the Provisioning page, choose “Get Started” and set the “Provisioning Mode” to automatic with the tenant URL of https://api.resolve.red/scim/ and the provided API token. 
    Picture
  3. In the mappings section, enter the Provision Entra ID Groups section and set enabled to “No”
     Picture
    The mappings section should look like this. 
    Picture

Inside the Provision Microsoft Entra ID Users page, delete the attributes other than these: 

  1. userPrincipalName
  2. Switch([IsSoftDeleted], , "False", "True", "True", "False")
  3. jobTitle 
  4. mail 
  5. givenName 
  6. surname 
  7. Department 
  8. externalId
     

        4. Customising attributes 

        Microsoft provide documentation on customising these attributes from the source (Entra ID) here https://learn.microsoft.com/en-us/entra/identity/app-provisioning/customize-application-attributes 

        For example, if the user’s actual department uses the Division attribute inside Entra ID, the field can be customised by going into the department attribute and choosing a different source. 

        Picture

        5. Ensure these are checked 

        Picture

         

        6. Click Save and Confirm and exit back to manage the Enterprise Application

        Provisioning Users into Resolve 

        In order users to have access to Resolve, they must be assigned to the application. 

        This is done by locating this page and adding users directly or via a group

        Picture

        Once they are added here, Entra ID will post the relevant details to the Resolve SCIM REST API and the users will be added to Resolve where more granular permissions can be managed.