Files
tabby-web/backend
Brian Olson 9544e363c9 feat: add Azure AD single-tenant authentication support
Add support for AzureADTenantOAuth2 backend which allows restricting
authentication to a specific Azure AD tenant (organization).

Configuration:
- SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY: Azure app client ID
- SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET: Azure app client secret
- SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID: Azure AD Directory ID

This enables organizations to restrict Tabby Web access to only users
from their Azure AD tenant, preventing personal Microsoft accounts or
users from other organizations from logging in.

Fixes #120
2025-12-31 20:46:53 -05:00
..
2022-05-14 21:59:40 -07:00
2021-10-31 18:15:23 +01:00
2021-10-31 18:15:23 +01:00
2021-10-31 18:15:23 +01:00
2022-11-07 18:56:10 +01:00
2022-08-13 10:35:05 +02:00
2022-12-26 18:30:26 +01:00
2022-12-26 18:30:26 +01:00
2022-01-27 14:50:55 +01:00
2022-05-14 21:59:40 -07:00