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>
5 lines
293 B
Text
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))">
|