mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 14:47:20 +00:00
feat(backend): add SCIM for user provisioning (#12713)
* Add SCIM Closes https://github.com/inventree/InvenTree/issues/6339 * also test scim * extend testing with conformance suite * fix test suite results * coverage completion * fil test gaps * add missing schema values * fix more type issues * fix error view * remove route from OpenAPI * add changelog entry * add codeowners
This commit is contained in:
@@ -15,3 +15,4 @@ django-stubs # typing
|
||||
requests-mock # Mock requests for unit tests
|
||||
pytest-codspeed # Performance testing with Codspeed
|
||||
pytest-django # Pytest support for Django (for benchnmarking)
|
||||
scim2-tester[httpx] # SCIM test suite
|
||||
|
||||
Reference in New Issue
Block a user