philipptrenz opened a new pull request, #581: URL: https://github.com/apache/syncope/pull/581
Following the [SCIM 2.0 specification](https://www.rfc-editor.org/rfc/rfc7643#section-4.1.1), the singular attribute `active` is specified of type Boolean. Deviating from this, some cloud providers (namely Microsoft Entra) on PATCH requests send this as a string value of `"True"` or `"False"`. To ensure compatibility, with this PR string representations (`"true"` and `"false"`, case insensitive) also get interpreted as Boolean values. (Apache id: philipp-trenz) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org