Hi everyone,
We're using the SCIM Provisioner with SAML (SCIM v2 Enterprise) connector to provision users into Auth0 over SCIM. Creating users works
fine, but update and deprovision both fail.
When deprovisioning a user we get this error:
Failed deleting Adam West in Astra-Staging
User Adam West
userName adam.west@staging.com (mapped from user)
id adam.west@staging.com (mapped from user)
Reason Provisioning failed due to an invalid URI:
"/Users/samlp|astra-onelogin-staging|adam.west@staging.com"
The issue seems to be the piped id (samlp|astra-onelogin-staging|adam.west@staging.com), but we're not sure how to configure things so a
different value — like the email — is used as the id instead.
What can we do to fix this? Is there a specific configuration we need to set, or a different OneLogin application/connector we should be
using? Has anyone integrated OneLogin SCIM with Auth0 and got update and deprovision working?
Any guidance would be appreciated. Thanks!