I'm currently working on SCIM users provisioning and I have a problem with extending custom fields. I was following this tutorial: https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/customize-application-attributes
I've created 2 new attributes that will refer to CompanyName and UserId in convention: urn:ietf:params:scim:schemas:extension:MyAppName:2.0:User:company urn:ietf:params:scim:schemas:extension:MyAppName:2.0:User:userId
Next, I mapped them in Attributes Mapping: Mapping
I've run provisioning on demand for example user, in export section those field are filled with values: Export ,but in the json of a user those values are missing as well as schema definition in schemas section: schemas
Am I missing any step? Maybe schema declaration?
Thanks in advance!