mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #5535] Microsoft OAuth: The email or password provided is incorrect #29550
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 @dmitryzykov on GitHub (Sep 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5535
Bug Report
Installation Method
helm open-webui-3.1.16
Environment
Confirmation:
Expected Behavior:
login should work
Actual Behavior:
After successful auth in Microsoft I get this error in browser:
{"detail":"The email or password provided is incorrect. Please check for typos and try logging in again."}Description
We use Microsoft OAuth and configured it as per documentation:
After successful auth in Microsoft I get this error in browser:
{"detail":"The email or password provided is incorrect. Please check for typos and try logging in again."}In the openwebui logs:
In Microsoft settings we have this: OIDC-based Sign-on > OIDC-based Sign-on › Attributes & Claims ›

we tried with different values combinations for
OAUTH_EMAIL_CLAIM:email,username,preferred_usernamebut error is the same