Closed guy-vulcan closed 5 years ago
Hi @guy-vulcan! Sorry for the delay. I can get to this as work allows.
Looks like you need to have your User model inherit from AbstractSCIMUserMixin
and then run migrations.
https://github.com/15five/django-scim2/blob/master/src/django_scim/models.py#L159
Feel free to reopen if that did no answer your question.
Describe the bug When doing an API call to GET /scim/v2/Users, getting a Cannot resolve keyword 'scim_id' into field. Looks like the user model does not go through the SCIMUSer adapter. any ideas?
Using python 3.7 django 2.1.7
Stacktrace