You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=false but does not help.
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=false
but does not help.Here are all the params:
here is the docker command with OIDC:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ~/.open-webui:/app/backend/data --name open-webui -e ENABLE_OAUTH_SIGNUP=true -e ENABLE_LOGIN_FORM=false -e ENABLE_SIGNUP=false -e OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true -e OAUTH_USERNAME_CLAIM=name -e OAUTH_CLIENT_ID=XXXXXXXXXX -e OAUTH_CLIENT_SECRET=XXXXXXXXXXXXXXXXXX -e OPENID_PROVIDER_URL=https://api.descope.com/XXXXXXXXXXXXXX/.well-known/openid-configuration -e OAUTH_PROVIDER_NAME=DeScope --restart always ghcr.io/open-webui/open-webui:main
I am try to disable the default login and auto redirect to OIDC. Any help would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: