@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
38 lines (36 loc) • 842 B
text/typescript
import Auth0 from './auth0';
import Authelia from './authelia';
import Authentik from './authentik';
import AzureAD from './azure-ad';
import Casdoor from './casdoor';
import CloudflareZeroTrust from './cloudflare-zero-trust';
import Cognito from './cognito';
import Feishu from './feishu';
import GenericOIDC from './generic-oidc';
import Github from './github';
import Google from './google';
import Keycloak from './keycloak';
import Logto from './logto';
import MicrosoftEntraID from './microsoft-entra-id';
import Okta from './okta';
import WeChat from './wechat';
import Zitadel from './zitadel';
export const ssoProviders = [
Auth0,
Authentik,
AzureAD,
GenericOIDC,
Github,
Zitadel,
Authelia,
Logto,
CloudflareZeroTrust,
Casdoor,
MicrosoftEntraID,
WeChat,
Keycloak,
Google,
Cognito,
Okta,
Feishu,
];