mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
Successfully configured both Microsoft and Google OAuth providers simultaneously #110
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 @keskinonur on GitHub (Nov 8, 2025).
Hello,
I wanted to share that I've successfully configured Open WebUI to work with both Microsoft and Google OAuth providers simultaneously, despite the documentation suggesting this isn't directly supported.
Solution
The key is to configure only one provider as the OpenID Connect provider while configuring the other as a standard OAuth provider. Here's my working configuration:
Why this works
This might be helpful for organizations that need to support multiple identity providers.
Hope this helps others facing the same requirement!
Reference: https://github.com/open-webui/docs/blob/main/docs/features/auth/sso/index.mdx
@Classic298 commented on GitHub (Nov 8, 2025):
@keskinonur wanna add this as a community tutorial to the docs?