mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
Disable the default login #37
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 @satendrakumar on GitHub (Aug 26, 2024).
I integrated the OIDC with Open-webui using DeScope. It is working but the default login is still there.
I used to ENV param
ENABLE_LOGIN_FORM=falsebut does not help.Here are all the params:
here is the docker command with OIDC:
I am try to disable the default login and auto redirect to OIDC. Any help would be much appreciated. Thank you.
@queentrapwatchout commented on GitHub (Aug 29, 2024):
Just tried this out of curiosity on my own deployment that uses Microsoft OAuth and it doesn't work for me either.
@dimakovalenko-united-ctm commented on GitHub (Dec 10, 2024):
Any update on this ticket? I'm looking to productionalize a service and hoping to get rid of the glaring security issues from the start
@dimakovalenko-united-ctm commented on GitHub (Dec 16, 2024):
This appears to be fixed in 0.4.8
@onlynow2 commented on GitHub (Mar 24, 2025):
Also worked for me in version 0.5.20 by setting the following environment variables:
@johnweland commented on GitHub (Apr 19, 2025):
anyway to make is auto redirect to your oidc provider in my case authentic? so if your not logged in it immediately bounces you to the login instead of having you click the button?