For email updation, is email standard in scimPath? code reference
In my case, azure is sending emails[type eq \"work\"].value as scimPath for PATCH request, replacing this fixed it, but not sure if this is the standard. Can you confirm, I will create PR if this is the case.
PATCH request:
schemas: [urn:ietf:params:scim:api:messages:2.0:PatchOp]
operations: [class PatchRequestOperationsInner {
op: Add
path: emails[type eq "work"].value
value: something@outlook.com
}]
For email updation, is
emailstandard inscimPath? code referenceIn my case, azure is sending
emails[type eq \"work\"].valueasscimPathfor PATCH request, replacing this fixed it, but not sure if this is the standard. Can you confirm, I will create PR if this is the case.PATCH request: