You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So my issue is, it works for the fields available in base schema like displayName, but it doesn't works for fields in extension schema and always triggers an update request even if no changes are made for those attributes.
The text was updated successfully, but these errors were encountered:
Custom schema attributes are included in update request params even if there is no change for attributes.
Example request:
So both employeeNumber and Department mapped throgh scim mapping.
User Extension class
So my issue is, it works for the fields available in base schema like displayName, but it doesn't works for fields in extension schema and always triggers an update request even if no changes are made for those attributes.
The text was updated successfully, but these errors were encountered: