Skip to main content

Setting up Azure SCIM

Judith avatar
Written by Judith
Updated over a week ago

Generating a Unique Key

Step 1: Navigate to the Azure App on AirMason. This can be found under Integrations > Azure. Watches

Setting Up Azure Provisioning

Step 1: Open the AirMason app created on Azure.

Step 2: Click on the Provisioning option in the left side navigation.

Step 3: Click Get Started.

Step 4: Input the following information:

- Provisioning mode: automatic

- Secret Token: generated from AirMason in

Step 5: Click Test Connection. A confirmation message will appear if the testing is successful. Click Save.

Step 6: (Optional) Click Settings for additional security needs.

Step 7: After saving, the system will redirect to start provisioning. This process may take a few minutes. Once the success modal appears, review on Admin AirMason to confirm if the employees have successfully synced over.

Reviewing and Modifying Mapping

Step 1: Click Edit Provisioning to review the mapping.

Step 2: Click Mappings > Provision Microsoft Entra ID Users.

Step 3: Modify the attribute mapping as needed.

Required Mapping

Source Attribute

Target Attribute

AirMason Parameter

EmployeeType

roles[primary eq "True"].type

EmployeeType

givenName

name.givenName

name

familyName

name.familyName

name

mail

emails[type eq "work"].value

email

employeeId

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:employeeNumber

source

active

Switch([IsSoftDeleted], , "False", "True", "True", "False")

Optional Mapping

Source Attribute

Target Attribute

AirMason Parameter

city

addresses[type eq "work"].locality

location

organization

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:organization

company

department

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department

department

division

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division

division

state

addresses[type eq "work"].region

state

country

addresses[type eq "work"].country

country

EmployeeType

roles[primary eq "True"].type

EmployeeType

Did this answer your question?