mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #9031] [MERGED] LDAP auth, return user permissions in response #61162
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/9031
Author: @bunnerz-king
Created: 1/28/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (7)
568dbc5Merge pull request #8351 from open-webui/dev36b9bceMerge pull request #8770 from open-webui/deve3ae30eMerge pull request #8776 from open-webui/dev9dd45ddMerge pull request #8779 from open-webui/dev6c8d68bMerge pull request #8793 from open-webui/devb72150cMerge pull request #8835 from open-webui/deva1b5c18ldap pass user permissions into response📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
backend/open_webui/routers/auths.py(+6 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Included user permissions in the response for the '/ldap' auth endpoint. Because the '/ldap' endpoint was missing this, it was causing issues on the initial sign in.
Changed
Fixed
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.