# Azure AD Configuration
# ===================================================================
# DEFAULT CONFIGURATION (Built-in Multi-Tenant App)
# ===================================================================
# The server includes a pre-registered multi-tenant Azure AD app:
# - Client ID: f44ab954-9e38-4330-aa49-e93d73ab0ea6
# - Tenant ID: common (multi-tenant support)
# - Authentication: InteractiveBrowser (opens browser automatically)
#
# No environment variables needed for default configuration!
# The server will work out of the box.
# ===================================================================
# Optional: Azure AD Tenant ID
# - Leave unset to use 'common' (multi-tenant, default)
# - Set to your specific tenant ID for single-tenant scenarios
# AZURE_TENANT_ID=your-tenant-id-here
# Optional: Azure AD Client (Application) ID
# - Leave unset to use the built-in multi-tenant app
# - Set to your own app registration if needed
# AZURE_CLIENT_ID=your-client-id-here
# Optional: Logging level (DEBUG, INFO, WARN, ERROR)
LOG_LEVEL=INFO