Target branch: Verify that the pull request targets the dev branch.
Description: Added Facebook OIDC authentication support so users can sign in with Facebook.
Changelog: Added below in Keep a Changelog format.
Documentation: Update docs with new Facebook OIDC env vars/config (if required).
Dependencies: No new dependencies (confirm).
Testing: Manual test sign-in with Facebook OIDC; include screenshots.
Agentic AI Code: Not written by any AI Agent; human reviewed and manually tested (confirm).
Code review: Self-review completed.
Title Prefix: Use feat.
Changelog Entry
Description
Added Facebook OIDC provider support to enable Facebook-based authentication.
Added
Facebook OIDC provider configuration and sign-in flow.
Changed
Auth provider list updated to include Facebook.
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
BREAKING CHANGE: N/A
Additional Information
Related: Facebook OIDC support.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/21273
**Author:** [@guenhter](https://github.com/guenhter)
**Created:** 2/9/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `support-facebook-oidc`
---
### 📝 Commits (1)
- [`68348b1`](https://github.com/open-webui/open-webui/commit/68348b1bf9e23d57b25213d6061a2c64bf34ef36) feat: support facebook oidc
### 📊 Changes
**2 files changed** (+72 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/config.py` (+52 -0)
📝 `src/routes/auth/+page.svelte` (+20 -0)
</details>
### 📄 Description
# Pull Request Checklist
- [x] **Target branch:** Verify that the pull request targets the `dev` branch.
- [x] **Description:** Added Facebook OIDC authentication support so users can sign in with Facebook.
- [x] **Changelog:** Added below in Keep a Changelog format.
- [ ] **Documentation:** Update docs with new Facebook OIDC env vars/config (if required).
- [ ] **Dependencies:** No new dependencies (confirm).
- [x] **Testing:** Manual test sign-in with Facebook OIDC; include screenshots.
- [x] **Agentic AI Code:** Not written by any AI Agent; human reviewed and manually tested (confirm).
- [x] **Code review:** Self-review completed.
- [x] **Title Prefix:** Use **feat**.
# Changelog Entry
### Description
- Added Facebook OIDC provider support to enable Facebook-based authentication.
### Added
- Facebook OIDC provider configuration and sign-in flow.
### Changed
- Auth provider list updated to include Facebook.
### Deprecated
- N/A
### Removed
- N/A
### Fixed
- N/A
### Security
- N/A
### Breaking Changes
- **BREAKING CHANGE**: N/A
---
### Additional Information
- Related: Facebook OIDC support.
### Screenshots or Videos
<img width="717" height="589" alt="image" src="https://github.com/user-attachments/assets/28cd7a7d-2d9d-4a9f-949a-9e9e3fedae8c" />
### Contributor License Agreement
<!--
🚨 DO NOT DELETE THE TEXT BELOW 🚨
Keep the "Contributor License Agreement" confirmation text intact.
Deleting it will trigger the CLA-Bot to INVALIDATE your PR.
-->
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
> [!NOTE]
> Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21273
Author: @guenhter
Created: 2/9/2026
Status: ❌ Closed
Base:
dev← Head:support-facebook-oidc📝 Commits (1)
68348b1feat: support facebook oidc📊 Changes
2 files changed (+72 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+52 -0)📝
src/routes/auth/+page.svelte(+20 -0)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.