Since v7.2 RC1 farmerswife (fw) supports to map and populate specific user attributes from Microsoft Graph API for synced users:
- Standard string attributes: birthday, city, companyName, etc.
- Manager (object: manager.displayName) → can be mapped to a fw Object Custom Field (e.g. Manager)
- Custom Security Attributes > Defined in Microsoft Entra under Protection > Custom Security Attributes.
- On EntraID only administrators with the roles:
- Attribute Definition Administrator
- Attribute Assignment Administrator
can manage them.
- You must:
- Create an Attribute Set.
- Add custom attributes (types: string, boolean, integer).
- Assign values to users under their profile.
- In the Custom Fields Mappings section:
| MS Entra ID Field Name | Farmerswife Custom Field |
- For Custom Security Attributes:
- Use this format in the left column:
- customSecurityAttributes.<AttributeSet>.<AttributeName>
- Only Custom Fields type Text and type Entry are currently supported.
