'How to make user fields not populated are not sent as empty strings in a POST Scim Request?
I am trying to set up a SCIM Provisioner with SAML (SCIM v2 Enterprise) test app with OneLogin. Some of the OneLogin fields I have mapped to my receiving SCIM Schema are optional. When these fields are empty, my API expects these to not be present at all on the JSON in the body of the request or set to null. However at the moment, empty fields are sent as empty strings. Is there a way to configure the fields so when empty they are undefined or null?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
