Question about SCIM2Client API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 07:28 PM
Hi All,
I used SCIM2Client API to sync user(sys_user) to 3rd party CC platform.
It works well in the most use cases but not for Active column.
When I disable the Active Column by User Admin, the SCIM Client logs has following errors:
Encountered problem while creating SCIM2 payload with existing mapping , Payload generation failed while processing attribute: active Invalid boolean value found.
In the system logs:
SCIM Client: com.snc.integration.scim.v2.client.exception.SCIM2ClientPayloadGenerationException: Payload generation failed while processing attribute: active Invalid boolean value found.: no thrown error
But it works perfect when I chang the Active from Disable to Enable.
I use the SCIM2 demo sample to "Active" in the SCIM Provider Resource Mappings settings.
Any suggestions.
Thanks
Sky