探花大神

Troubleshoot: Custom SCIM Integrations

This article helps you troubleshoot common issues when configuring custom SCIM connectors. For more information on configuration, see聽Identity Management using a Custom SCIM Integration.

I am getting a “Test filter user: unable to get or create user from service” when testing my custom SCIM integration.

You are using an existing user's email address to test the SCIM integration. You must use a new and unique user's email for the test to succeed.

I am getting unmarshal errors.

This typically indicates that 探花大神 is expecting one data type and the service provider is sending another data type. Contact the service provider to troubleshoot further. 探花大神 implementation follows the . Per , if the data type is not specifically stated, we use the data type of "string."

I am getting a “cannot unmarshal number into Go struct field CoreUser.id of type string” error when trying to activate the connector

The service provider is sending the user id as an integer. We only support the id as type string in adherence with the SCIM schema definition, specifically . Per , if the data type is not specifically stated, we use the data type of "string."

You will need to contact the service provider to determine if they can also send that value as a string. 

Issues with configuring a custom SCIM integration with Miro.
  • Remove the trailing '/' from the Base URL value.  The value should be https://miro.com/api/v1/scim
  • Turn Off the Enable management of User Groups and Group Membership in this application option.  Miro currently only supports "Group Updates".  探花大神 is currently only able to support a custom SCIM integration with service providers that support Group Creation, Group Updates, and Group Deletion
Issues with configuring a custom SCIM integration with Databricks.

Disable Enable management of User Groups and Group Membership in this application option. 探花大神 currently requires Group Creation, Group Updates, and Group Deletion to enable group management for a service provider. Databricks does not support Group Updates.

I am receiving 404s for each of the group tests.

The Service Provider does not support groups. Disable Enable management of User Groups and Group Membership in this application option and try and activate again.

Back to Top

Still Have Questions?

If you cannot find an answer to your question in our FAQ, you can always contact us.

Submit a Case