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

  1. Create a SCIM Schema to map to the new attribute. Example: urn:ietf:params:scim:schemas:extension:Custom:2.0:User:customTest

  2. Navigate to the Attribute Mapping page in Azure AD and select Add New Mapping

  3. Select Expression from the Mapping type drop down box

  4. Enter the Expression that you'd like to use in the Expression box. The two options for modifying an attribute case are:

    1. ToUpper([attribute_name])

    2. ToLower([attribute_name])

  5. In the Target attribute field, select the SCIM Schema created in section 1, step 1.

  6. Select Ok on the bottom and Save your changes on the Attribute Mapping page

Map the new attribute into Immuta

  1. Navigate to the App Settings page and expand your IAM integration for Azure

  2. Navigate down to the Attribute Schema section and select + Add Another Attribute

  3. 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

  4. Enter any name that you'd like in the IAM Immuta Attribute Prefix field

  5. 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