Azure AD SCIM Provisioning SamAccountName
Azure AD
(SCIM)
Monday, 09 December 2024
by paul
When configuring SCIM provisioning, in Azure AD/Entra you may want to include the sAMAccountName of the user but it is not available as standard from the field selection but can be added with the following steps:
- Modify ADConnect configuration to include SamAccountName (under Azure AD Connect app -> Customize synchronization options -> enable Directory extension attribute sync -> Directory Extensions -> add sAMAccountName)
- Do a full sync
- Create Enterprise App
- Under Provisioning -> Mapping change user sync setting
- Add mapping for new field (should be name extension_xxx_sAMAccountName) to whatever SAS app field you want it to populate
Use Provision on Demand to test.