mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Feature: Add Pomerium JWT Validation Support to OpenWebUI #3290
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 @nickytonline on GitHub (Jan 15, 2025).
Feature Request
Request to add support for Pomerium JWT validation in OpenWebUI, complementing the existing trusted headers authentication method.
Important Notes
Overview
Request to add support for Pomerium JWT validation in OpenWebUI, complementing the existing trusted headers authentication method.
Background
OpenWebUI already supports Pomerium integration via trusted headers (as shown in Pomerium's official integration guide for OpenWebUI). Adding JWT validation support would:
Implementation Requirements
JWT Validation Support
Documentation Needs
Happy to provide pull requests for this and the documentation. 😎
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
The solution would be similar to https://github.com/argoproj/argo-cd/pull/20928
Describe alternatives you've considered
The alternatives are the current way, i.e. Trusted Headers
Additional context
Add any other context or screenshots about the feature request here.