mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
feat: Allow Disable on OneDrive personal #6340
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 @anengineerdude on GitHub (Sep 8, 2025).
Check Existing Issues
Problem Description
Our organization does not allow OneDrive Personal connections, but want to use OneDrive (work). This is misleading to users as selecting personal vs. work/school will result in an error.
Desired Solution you'd like
Allow for an Environment Variable or configuration to disable/enable OneDrive personal and OneDrive (work/school) separately.
Alternatives Considered
Alternately, disable the personal link if the ONEDRIVE_SHAREPOINT_TENANT_ID is defined, however there may be some users that desire both.
Additional Context
No response