pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
175 stars 72 forks source link

Fix issue where PATCH requests from Azure AD fail due to case-mismatch #181

Closed kolehey closed 1 year ago

kolehey commented 1 year ago

JIRA issue: DS-46964

Please be aware that Ping Identity does not accept third-party contributions at this time! Please see our contribution guidelines.

What does this implement/fix? Explain your changes.

Fixed an issue where PATCH requests from Azure AD fail due to a case-mismatch in the op type.

Does this close any currently open issues?

Closes DS-46964

dirmgr commented 1 year ago

I'm really not very familiar with the intricacies Jackson library (and especially not with its annotations) nor with the SCIM SDK. I'd recommend also including @vyhhuang on this review.

kolehey commented 1 year ago

Manual testing was performed by Doug Bulkley, and confirmed that PATCH requests matching Azure AD's case passes.