Entra ID - Creating an attribute with toUpper or toLower
Provide instructions on how to create a SCIM attribute in Entra ID using an expression to modify the case of the attribute
Create the attribute in Entra ID
Create a SCIM Schema to map to the new attribute. Example:
urn:ietf:params:scim:schemas:extension:Custom:2.0:User:customTest
Navigate to the Attribute Mapping page in Azure AD and select Add New Mapping
Select Expression from the Mapping type drop down box
Enter the Expression that you'd like to use in the Expression box. The two options for modifying an attribute case are:
ToUpper([attribute_name])
ToLower([attribute_name])
In the Target attribute field, select the SCIM Schema created in section 1, step 1.
Select Ok on the bottom and Save your changes on the Attribute Mapping page
Map the new attribute into Immuta
Navigate to the App Settings page and expand your IAM integration for Azure
Navigate down to the Attribute Schema section and select + Add Another Attribute
In the SCIM Schema field, enter the SCIM Schema created in section 1, step one. Omit the last field from the SCIM Schema. In this example you would enter:
urn:ietf:params:scim:schemas:extension:Custom:2.0:User
Enter any name that you'd like in the IAM Immuta Attribute Prefix field
Test Connection, Test User Login, and Save the changes
Now you can either wait for the next interval sync from Entra ID SCIM or use Provision on Demand in Entra ID to validate that the attribute has come over appropriately. Once one of the above methods are completed you will see the attribute available on users:
Last updated