Hi @Mattias Amilon
May I know is this issue happened again recently? and would like to know why you have used " : " in custom attribute.
According to the SCIM RFC 7643 and RFC 7644, the URN format for custom attributes should follow the pattern urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:User:CustomAttributeIf the custom attribute is not being provisioned this may be due to the FlowBehavior is not being set correctly to fix this follow the below steps.
- In the Entra Admin Center Portal navigate to Enterprise Application Blade, Select your application in the list.
- From the left menu select "Provisioning"
- Click on “Edit attribute mappings”
- Click on “Mappings”
- Click on the corresponding Name (Provision Users)
- This will “open up” the advanced options. Click on the link for “Review your schema here.
- This will take you to the Schema Editor Blade, you may perform keyboard shortcut cntrl+F and search for FlowWhenChanged (or the target attribute name)
- This will take you to the Schema Editor Blade, you may perform keyboard shortcut cntrl+F and search for FlowWhenChanged (or the target attribute name)
- Find the Attribute you need to change the flowBehavior. Once found, change the FlowWhenChanged to FlowAlways Before:
After:Click “Save”
- Use provisioning on demand to test the attribute flow, monitor incremental sync cycles to make sure the attributes are being sent as required.
Hope this helps. Do let us know if you any further queries by responding in the comments section.
Thanks,
Akhilesh V.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.