modcomms/backend
michael 5b9e824da9 Use OpenID scopes instead of custom API scopes
- Change frontend scopes from api://{client_id}/.default to
  openid, profile, email for simpler authentication
- Update backend token validation to expect ID token format:
  - Audience: client_id (not api://{client_id})
  - Issuer: v2.0 endpoint

This avoids requiring Application ID URI setup in Azure AD.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 10:50:02 -06:00
..
alembic Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
app Use OpenID scopes instead of custom API scopes 2025-12-18 10:50:02 -06:00
.env.example Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
alembic.ini Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
Dockerfile Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
requirements.txt Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00