Question
Does Zendesk support SCIM?
Answer
Disclaimer: This article is provided for instructional purposes only. Zendesk does not support third-party technologies.
No, Zendesk doesn't support SCIM. However, it's possible to achieve some SCIM capabilities by setting up user provisioning with third-party systems such as Okta or Azure Entra. For more information, see their documentation:
The following article provides some guidance to ensure that custom user fields in Azure get accurately mapped to custom user fields in Zendesk.
To add a custom user field into the list of Zendesk attributes that can be selected when editing the attribute mapping in Azure Auto-Provisioning:
- Select Edit attribute mappings from the provisioning area of the Zendesk Enterprise Application in Azure.
- Open the mappings area and select Provision Azure Active Directory Users.
- Select Show advanced options at the bottom of the screen.
- Select Review your schema here.
- Download the schema to edit its content.
- Make a copy of the schema file as a backup before you make any modifications.
- Open the schema file in a plain text editor and search for user_fields.department. There may be one result if you haven’t already mapped this attribute, possibly two.
- Find the key value of the custom user field in Zendesk.
- Add a new entry for this custom user field into the schema list. The entry is virtually identical, but you will replace department with the field key from the previous step.
- Copy the modified schema back into the Azure portal and press Save.
- Refresh your browser.
- Navigate back to the attribute mapping area and add a new mapping, then select the Zendesk attribute as a destination for the Azure attribute.
0 comments