mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #22276] feat: Automatically create personal workspaces for LDAP users #19686
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Chipotle-Lab on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22276
Check Existing Issues
Verify Feature Scope
Problem Description
When using LDAP authentication, users currently do not automatically receive a personal workspace in OpenWebUI.
Workspaces are private by default unless explicitly shared or made public. This works well for shared environments, but when onboarding many LDAP users it becomes difficult to manage because administrators must manually configure shared workspaces or rely on public access.
It would be very useful if OpenWebUI could automatically create a personal workspace for each LDAP user.
Desired Solution you'd like
Proposed Feature
Add a setting that automatically provisions a workspace when a user account is created via LDAP.
Example configuration options:
Possible behaviors:
1.) When a new LDAP user logs in for the first time:
---A workspace is automatically created
---The workspace is owned by that user
---It is private by default
2.) Optional group-based behavior:
---Enable auto workspace creation for specific LDAP groups
Example:
Use Case
Organizations using LDAP often have many users accessing OpenWebUI. Automatically provisioning a personal workspace would:
Alternatives Considered
Current Workaround
Currently administrators must:
This does not provide a personal workspace for each user.
Additional Context
Environment
OpenWebUI Version: v0.8.8
Authentication: LDAP
Deployment: Docker
@Chipotle-Lab commented on GitHub (Mar 9, 2026):
You need to provide a reason as to why this is closed as "not planned".