Configuring provisioning of custom attributes
SoftExpert Suite's SCIM implementation allows for configuring and provisioning custom attributes. Currently supported attributes are:
- Department ID #
- Position ID #
- Birth date
- Hire date
In order for the tool to automatically associate values with their corresponding attributes, mapping must be performed in Azure.
Configuring in Azure Active Directory:
- Access the provisioning tab of your Enterprise Application and select the "Provision Azure Active Directory Users" option in "Mappings".
- Select the option to show advanced options and open the "Edit attribute list for customappsso" screen. On this screen, the new customized attributes for SoftExpert Suite will be recorded.
- Add new custom attributes, as necessary, following the model below, and define them as String-type:
urn:ietf:params:scim:schemas:extension:departmentPositionExtension:2.0:User:departmentId urn:ietf:params:scim:schemas:extension:departmentPositionExtension:2.0:User:positionId
urn:ietf:params:scim:schemas:extension:sesuite:2.0:User:birthday
urn:ietf:params:scim:schemas:extension:sesuite:2.0:User:hireDate
For date attributes, such as birthday and hireDate, values must be
passed in the following pattern:
YYYY-MM-DD or YYYY-MM-DDT00:00:00Z
Example:
2024-10-31 or 2024-10-31T08:20:00Z
- After this step, map the customized attribute as any other attribute in "Attribute Mapping".
⚠️ Attention:
- In order for SoftExpert Suite to recognize custom attributes, it is essential that mapping be performed, as shown above.