We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation on how a custom schema for custom object types can be integrated (can they?) with django-scim2.
The text was updated successfully, but these errors were encountered:
I am happy to help. I am currently trying to figure out if/how this can work by looking through the code. Any pointers would be very welcome.
Sorry, something went wrong.
Sorry for the delay! And thank you for your interest.
Yes you can customize this.
Override this setting:
django-scim2/src/django_scim/settings.py
Line 35 in 5edae54
And have a function like the following return your custom schemas:
django-scim2/src/django_scim/schemas/__init__.py
Line 25 in 5aed87d
Thanks again @stefanfoulis and any added documentation would be welcome.
No branches or pull requests
Add documentation on how a custom schema for custom object types can be integrated (can they?) with django-scim2.
The text was updated successfully, but these errors were encountered: