modcomms/backend/app
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
..
agents initial commit 2025-12-12 09:03:17 -06:00
api Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
dependencies Fix DISABLE_AUTH check in get_current_user dependency 2025-12-18 10:15:37 -06:00
models Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
repositories Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
services Use OpenID scopes instead of custom API scopes 2025-12-18 10:50:02 -06:00
websocket Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
__init__.py initial commit 2025-12-12 09:03:17 -06:00
config.py Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
main.py Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00