mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 08:22:09 -05:00
[GH-ISSUE #4582] enh: OAUTH_LOGO variable support #13663
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 @Lanhild on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4582
Is your feature request related to a problem? Please describe.
It would be nice to specify a custom logo for the OAuth provider.
Describe the solution you'd like

Dispose of a
OAUTH_LOGOvariable or the likes to input an image URL in order to have a custom logo displayed for the OAUTH button@silentoplayz commented on GitHub (Jan 24, 2025):
Does the environment variable
OAUTH_PICTURE_CLAIMclose this issue?For reference - https://docs.openwebui.com/getting-started/advanced-topics/env-configuration#oauth_picture_claim
@Lanhild commented on GitHub (Jan 24, 2025):
The variable you reference is used to select which claim is used from the payload for the user profile picture.
(A different thing than this issue)