[GH-ISSUE #9079] User creation with Microsoft SSO won't work properly #15378

Closed
opened 2026-04-19 21:36:34 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @vincentk222 on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9079

Bug Report


Installation Method

running openwebui in docker with latest image

Environment

  • Open WebUI Version: v0.5.7

  • Operating System: ubuntu 22.04

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Create a new user wit Microsoft SSO

Actual Behavior:

User is created without default avatar picture

Description

Bug Summary:
User is created without default avatar picture

Reproduction Details

Steps to Reproduce:
Docker compose relevant information:
image: ghcr.io/open-webui/open-webui:latest
environment:
- ENV=prod
- DEFAULT_USER_ROLE=user
- ENABLE_ADMIN_CHAT_ACCESS=false
- OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
- 'ENABLE_OAUTH_SIGNUP=true'
- 'MICROSOFT_CLIENT_ID=xxxxxx'
- 'MICROSOFT_CLIENT_SECRET=xxxxxx'
- 'MICROSOFT_CLIENT_TENANT_ID=xxxxxx'
- DATABASE_URL=sqlite:///data/webui.db

Start docker compose
Login with new user with SSO will create a new user in Open-Webui without avatar picture

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]

Docker Container Logs:
[Include relevant Docker container logs, if applicable]

Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]

Image

Additional Information

[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]

Note

If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!

Originally created by @vincentk222 on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/9079 # Bug Report --- ## Installation Method running openwebui in docker with latest image ## Environment - **Open WebUI Version:** v0.5.7 - **Operating System:** ubuntu 22.04 **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Create a new user wit Microsoft SSO ## Actual Behavior: User is created without default avatar picture ## Description **Bug Summary:** User is created without default avatar picture ## Reproduction Details **Steps to Reproduce:** Docker compose relevant information: image: ghcr.io/open-webui/open-webui:latest environment: - ENV=prod - DEFAULT_USER_ROLE=user - ENABLE_ADMIN_CHAT_ACCESS=false - OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true - 'ENABLE_OAUTH_SIGNUP=true' - 'MICROSOFT_CLIENT_ID=xxxxxx' - 'MICROSOFT_CLIENT_SECRET=xxxxxx' - 'MICROSOFT_CLIENT_TENANT_ID=xxxxxx' - DATABASE_URL=sqlite:///data/webui.db Start docker compose Login with new user with SSO will create a new user in Open-Webui without avatar picture ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] **Docker Container Logs:** [Include relevant Docker container logs, if applicable] **Screenshots/Screen Recordings (if applicable):** [Attach any relevant screenshots to help illustrate the issue] ![Image](https://github.com/user-attachments/assets/c2223214-0098-4455-9174-89c9971a794d) ## Additional Information [Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15378