limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
47 stars 28 forks source link

Fix Azure AD SCIM emails/phoneNumbers replace operation with setReplace #53

Closed tovijaeschke closed 9 months ago

tovijaeschke commented 9 months ago

I found the following github issue pertaining to the replace operation of emails/phoneNumbers for Azure AD.

I have re-implemented the change made in grokability's commit which fixes this issue.

arietimmerman commented 9 months ago

Thanks.