mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #13802] feat: OIDC with self-signed certifactes #32567
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 @ZobairQ on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13802
Check Existing Issues
Problem Description
Dear Open WebUI Team,
First and foremost, thank you for your outstanding work on the Open WebUI project. Your efforts in creating and maintaining such a valuable tool are truly appreciated by the community.
I would like to kindly request the addition of support for self-signed certificates when running SSO with OIDC. Currently, it seems that this use case is not supported, which poses limitations for environments that rely on internal or self-managed identity providers.
Adding support for self-signed certificates would greatly enhance the flexibility and adoption of Open WebUI in self-hosted or development environments.
Thank you again for your consideration and for all the work you do.
Best regards,
Zobair
Desired Solution you'd like
I would like Open WebUI to support self-signed certificates when using OIDC for SSO. Ideally, this could be achieved by allowing the configuration of a trusted certificate or by providing an option to bypass strict certificate validation (e.g., via an environment variable or configuration flag) for development and internal use cases.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (May 14, 2025):
Most likely addressed with
b143c71da2, if not PR welcome!