mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
feat: Azure AD single-tenant support + system requirements
- Add Azure AD Tenant provider for organizations that want to restrict login to a specific Entra ID tenant (vs allowing any Microsoft account) - Add system requirements documentation (RAM, CPU, disk) for Docker builds - Addresses issue where frontend build fails on memory-constrained systems Closes #120, closes #132 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -138,6 +138,7 @@ AUTHENTICATION_BACKENDS = (
|
||||
"social_core.backends.github.GithubOAuth2",
|
||||
"social_core.backends.gitlab.GitLabOAuth2",
|
||||
"social_core.backends.azuread.AzureADOAuth2",
|
||||
"social_core.backends.azuread_tenant.AzureADTenantOAuth2",
|
||||
"social_core.backends.microsoft.MicrosoftOAuth2",
|
||||
"social_core.backends.google.GoogleOAuth2",
|
||||
"social_core.backends.auth0.Auth0OAuth2",
|
||||
@@ -193,6 +194,9 @@ for key in [
|
||||
"SOCIAL_AUTH_OIDC_KEY",
|
||||
"SOCIAL_AUTH_OIDC_SECRET",
|
||||
"SOCIAL_AUTH_OIDC_NAME",
|
||||
"SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY",
|
||||
"SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET",
|
||||
"SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID",
|
||||
"CONNECTION_GATEWAY_AUTH_CA",
|
||||
"CONNECTION_GATEWAY_AUTH_CERTIFICATE",
|
||||
"CONNECTION_GATEWAY_AUTH_KEY",
|
||||
|
||||
Reference in New Issue
Block a user