pimco-charts/.env.example
Vadym Samoilenko 21d469bd82 Fix OAuth callback to use root path (match Azure AD registration)
Azure AD redirect URI is registered as /Pimco-charts (no /auth/callback),
so handle the code exchange in the index route and exempt root with ?code= in middleware.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 15:07:49 +00:00

5 lines
293 B
Text

ANTHROPIC_API_KEY=sk-ant-xxxxx
AZURE_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
AZURE_CLIENT_ID=9079054c-9620-4757-a256-23413042f1ef
AZURE_REDIRECT_URI=https://ai-sandbox.oliver.solutions/Pimco-charts
SESSION_SECRET_KEY=<generate: python -c "import secrets; print(secrets.token_hex(32))">