Commit Graph

10 Commits

Author SHA1 Message Date
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
Eugene
9ffb81f742 Update README.md 2025-05-12 07:43:48 +02:00
Eugene
abcdfbcd4e Update README.md 2023-10-16 10:16:52 +02:00
Eugene
c19e898bc0 Update README.md 2023-10-16 10:16:30 +02:00
Eugene Pankov
6e8e63c9f0 Update README.md 2023-06-05 21:18:57 +02:00
Eugene Pankov
8c69292a50 fixed #66 - warn when no versions are added 2022-11-07 18:44:18 +01:00
Eugene Pankov
6d4d4377fa mention buildkit requirement 2022-08-13 10:36:04 +02:00
Eugene Pankov
34ac0781c2 a unified docker image 2021-11-21 00:08:04 +01:00
Eugene Pankov
0c007080b6 Update README.md 2021-10-31 22:50:49 +01:00
Eugene Pankov
f677febac3 init 2021-10-31 18:15:23 +01:00