mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #21633] issue: Oauth 2.1 tools no longer showing up in UI #74145
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 @ryan-pip on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21633
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.8.3
Ollama Version (if applicable)
No response
Operating System
Linux (on AWS Fargate)
Browser (if applicable)
Arc + Safari
Confirmation
README.md.Expected Behavior
All tools the user has access to can be selected and deselected from the UI
Actual Behavior
Tools configured with OAuth 2.1 authentication are not appearing in the model selection interface either at system model or workspace models. The tools are still attached to the model and working. They just don't appear in the UI. These were previously showing prior to the last version update.
Tools can be seen in the network call:
The can also be seen in the model json:
Steps to Reproduce
Install two mcp type external tools.
If both show up add them to a model, then go authenticate it then return and see if it still shows up.
Logs & Screenshots
There are no error messages or logs
Additional Information
I believe for some reason the UI is filtering out tools where the tools shows as
authenticated: true@PedroFCM commented on GitHub (Feb 20, 2026):
+1 Reproducing on v0.8.3 with OAuth 2.1 MCP
@tjbck commented on GitHub (Feb 20, 2026):
Unable to reproduce @Classic298 could you confirm?