modcomms/backend/app/services
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
..
__init__.py initial commit 2025-12-12 09:03:17 -06:00
analysis_service.py initial commit 2025-12-12 09:03:17 -06:00
auth_service.py Use OpenID scopes instead of custom API scopes 2025-12-18 10:50:02 -06:00
gemini_service.py initial commit 2025-12-12 09:03:17 -06:00
reference_docs.py initial commit 2025-12-12 09:03:17 -06:00
storage_service.py Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00