Skip to content

Releases: thomaspoignant/scim-patch

Adding compatibility with Azure AD

03 Apr 15:12
15c9e95
Compare
Choose a tag to compare

Azure AD has a specific pattern when specifying patch operation names.

As you can see here https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#step-2-understand-the-azure-ad-scim-implementation

Don't require a case-sensitive match on structural elements in SCIM, in particular PATCH op operation values, as defined in https://tools.ietf.org/html/rfc7644#section-3.5.2. Azure AD emits the values of 'op' as Add, Replace, and Remove.

This version allows the use of a capital letter for operations names.
An issue is open #5 to be case insensitive for patch operation names.

Increase coverage and clean the code.

18 Mar 14:04
c2e2efe
Compare
Choose a tag to compare

Clean the code and increase coverage to be at 100%.

Minor changes

18 Mar 14:06
Compare
Choose a tag to compare

Minor changes

Minor changes

18 Mar 14:06
Compare
Choose a tag to compare

Minor changes

Minor changes

18 Mar 14:06
Compare
Choose a tag to compare

Minor changes

Initial version of SCIM Patch Library

18 Mar 14:05
Compare
Choose a tag to compare

Initial version of SCIM Patch Library