forked from open-webui/open-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Version 0.6.34 Updates #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enables Google Workspace group-based role assignment by integrating with Google Cloud Identity API to fetch user groups in real-time. Key improvements: - Fetches groups directly from Google API using cloud-identity.groups.readonly scope - Enables admin role assignment based on Google group membership - Maintains full backward compatibility with existing OAuth configurations - Includes comprehensive test suite with proper async mocking - Complete documentation with Google Cloud Console setup guide Addresses limitation where Google Workspace doesn't include group membership claims in OAuth JWT tokens, preventing group-based role assignment. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Google Groups Functionaliity on top of version 0.6.34
bdruth
approved these changes
Nov 26, 2025
lgarceau768
added a commit
that referenced
this pull request
Jan 12, 2026
commit 677f4b5f95544b75ca17afa3539f4260c311455d Merge: 308d2cb 2b26355 Author: Luke Garceau <[email protected]> Date: Mon Jan 12 13:18:34 2026 -0500 merge conflicts commit 308d2cb Author: Luke Garceau <[email protected]> Date: Wed Dec 31 13:51:48 2025 -0500 Revert "Merge branch 'dev' of github.com:open-webui/open-webui into feat/google-oauth-groups-lgarceau" This reverts commit 6dd6e0c, reversing changes made to dd1e2b5. commit 6dd6e0c Merge: dd1e2b5 fe3047d Author: Luke Garceau <[email protected]> Date: Mon Dec 29 17:14:48 2025 -0500 Merge branch 'dev' of github.com:open-webui/open-webui into feat/google-oauth-groups-lgarceau commit dd1e2b5 Merge: 943e4ca a727153 Author: Luke Garceau <[email protected]> Date: Mon Dec 29 16:05:54 2025 -0500 Merge branch 'main' of personal:flexion/open-webui into feat/google-oauth-groups-lgarceau commit 943e4ca Author: Luke Garceau <[email protected]> Date: Mon Dec 29 16:05:52 2025 -0500 resolve oauth issues commit 4b34300 Merge: 6f1486f 9eb4484 Author: Luke Garceau <[email protected]> Date: Tue Dec 9 16:51:53 2025 -0500 init implementation commit commit 9eb4484 Merge: e0d5de1 d277696 Author: Luke Garceau <[email protected]> Date: Thu Nov 27 15:46:49 2025 -0500 Merge pull request #2 from lgarceau768/main Version 0.6.34 Updates commit d277696 Merge: 6c86ff7 e0d5de1 Author: Luke Garceau <[email protected]> Date: Sat Nov 22 11:24:58 2025 -0500 Merge branch 'main' into main commit 6c86ff7 Merge: 7a83e7d 6dbc01c Author: Luke Garceau <[email protected]> Date: Wed Nov 5 12:05:23 2025 -0500 Merge pull request #1 from lgarceau768/feat/google-groups Google Groups Functionaliity on top of version 0.6.34 commit 6dbc01c Merge: 7a83e7d cc6a1a7 Author: Luke Garceau <[email protected]> Date: Wed Nov 5 10:44:30 2025 -0500 - resolve merge conflicts commit cc6a1a7 Author: Brice Ruth <[email protected]> Date: Mon Jun 16 18:18:52 2025 -0500 update tests for adjusted query string & payload commit 64ce040 Author: Brice Ruth <[email protected]> Date: Mon Jun 16 17:49:42 2025 -0500 fix google cloud identity query string commit a909fd9 Author: Brice Ruth <[email protected]> Date: Mon Jun 16 11:35:47 2025 -0500 feat: Add Google Cloud Identity API support for OAuth group-based roles Enables Google Workspace group-based role assignment by integrating with Google Cloud Identity API to fetch user groups in real-time. Key improvements: - Fetches groups directly from Google API using cloud-identity.groups.readonly scope - Enables admin role assignment based on Google group membership - Maintains full backward compatibility with existing OAuth configurations - Includes comprehensive test suite with proper async mocking - Complete documentation with Google Cloud Console setup guide Addresses limitation where Google Workspace doesn't include group membership claims in OAuth JWT tokens, preventing group-based role assignment. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Added
Fixed
Additional Information
Screenshots or Videos
Verified successful deployment to the dev environment

Verified visibility of the admin panel on my account as well as verified admin accounts for other users.
Tested main functionality with a simple prompt and verified successful response.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.