SCIM in Microsoft Entra
Below are detailed instructions for setting up an integration between Microsoft Entra and Skovik.
While we'll try to keep these instructions accurate, there are frequent updates to Entra UI, so if you cannot find the exact button or view as named in these instructions, see if may just have been renamed or moved slightly.
Configure provisioning
On the application's overview page, go to Provisioning under the Manage menu. Then go to Connectivity in the menu under Menu, and fill in the following:
Select authentication method: Bearer authentication
Tenant URL: https://api.skovik.com/scim/v2
Secret Token: (Use the SCIM token generated in Skovik)
Setup attribute mapping
Go to
Attribute mappingunder theManagemenu.Disable group provisioning under
Provision Microsoft Entra ID Groupsby settingEnabledtoNoand save.Then got to
Provision Microsoft Entra ID Usersto set up the user mappings.At the bottom, enable
Show advanced optionsand clickEdit attribute list for ....Add up to 9 Skovik custom fields as needed. For each, set
TypetoString, leave other checkboxes unchecked, and save the added attributes.Then configure the user mappings according to your setup, see a common example below, make sure
Enabledis set toYes, and save.
Configure optional additional mapping
Use the custom field names from our extension:
urn:ietf:params:scim:schemas:extension:skovik:2.0:User:custom_field1urn:ietf:params:scim:schemas:extension:skovik:2.0:User:custom_field2urn:ietf:params:scim:schemas:extension:skovik:2.0:User:custom_field3... up to nine fields …
And map your organization's attributes to these as needed, for example:
Employee ID →
custom_field1Country →
custom_field2Department →
custom_field3
Example mapping
Here is an example of what the final mapping might look like.
userName
userPrincipalName
Direct
Employee's email address
name.givenName
givenName
Direct
First name
name.familyName
surname
Direct
Last name
active
active
Expression
Use Not([IsSoftDeleted])
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager
manager
Direct
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division
(branch identifier)
Direct / Expression
Must match external_identifier on the branch in Skovik.
urn:ietf:params:scim:schemas:extension:skovik:2.0:User:custom_field
employeeId
Direct
For more on expressions, see Microsoft's documentation.
Last updated
Was this helpful?