Skip to content

PATCH for email field for SCIM. #35

@aarshivv

Description

@aarshivv

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
    }]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions