All Collections
SCIM User Provisioning
SCIM User Provisioning

SCIM User Provisioning is available on Talkspirit

Updated over a week ago

It works well with SAML. But they can also be used separately.

Version 2.0 of SCIM has been deployed.

First, you need to ask for your SCIM token to the support.

Once you have your token, you need to configure SCIM on your Identity Provider:

  • SCIM URL (or Tenant URL): https://[domain.organization].talkspirit.com/api/scim/2.0

  • Secret Token (Bearer): The one you got from the support


Limits

  • Soft-deleted is not implemented: Use hard delete or suspend

  • Groups are not implemented: Send only Users


Troubleshooting

If you experience this error when provisioning:

{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"status":400,"detail":"{'emails': ['This field is required.']}"}

You should change the mapping of the User.

emails[type eq "work"].value needs to be mapped to userPrincipalName that is, if userPrincipalName is where the email is.

Did this answer your question?