open-webui/src/lib
Dieu f4d54c518e feat: Add SCIM 2.0 support for enterprise user provisioning
Implements SCIM 2.0 protocol for automated user and group provisioning from identity providers like Okta, Azure AD, and Google Workspace.

Backend changes:
- Add SCIM configuration with PersistentConfig for database persistence
- Implement SCIM 2.0 endpoints (Users, Groups, ServiceProviderConfig)
- Add bearer token authentication for SCIM requests
- Include comprehensive test coverage for SCIM functionality

Frontend changes:
- Add SCIM admin settings page with token generation
- Implement SCIM configuration management UI
- Add save functionality and proper error handling
- Include SCIM statistics display

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-13 16:34:41 +02:00
..
apis feat: Add SCIM 2.0 support for enterprise user provisioning 2025-07-13 16:34:41 +02:00
components feat: Add SCIM 2.0 support for enterprise user provisioning 2025-07-13 16:34:41 +02:00
i18n chore: format 2025-06-16 17:59:07 +04:00
pyodide wip: pyodide kernel 2025-02-04 21:02:11 -08:00
stores refac 2025-06-10 13:39:41 +04:00
types chore: format 2024-08-26 15:38:42 +02:00
utils refac: usage event handling 2025-06-16 10:42:34 +04:00
workers refac 2025-02-10 00:02:23 -08:00
constants.ts wip 2024-12-11 20:25:46 -08:00
dayjs.js refac: think status 2025-01-23 12:53:17 -08:00
emoji-groups.json feat: emoji picker 2024-12-30 02:20:09 -08:00
emoji-shortcodes.json feat: emoji picker 2024-12-30 02:20:09 -08:00
index.ts