modcomms/backend/app
michael 0e6f5be46d Support both v1.0 and v2.0 Azure AD token issuer formats
Azure AD issues tokens with different issuer formats depending on the
app registration's accessTokenAcceptedVersion setting:
- v1.0: https://sts.windows.net/{tenant}/
- v2.0: https://login.microsoftonline.com/{tenant}/v2.0

Update backend to accept both formats by trying each issuer in sequence.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 17:03:47 -06:00
..
agents permissions changes 2025-12-18 16:51:27 +00:00
api Connect frontend to PostgreSQL database via API 2025-12-18 13:50:37 -06:00
dependencies Add MSAL debug logging to frontend and backend 2025-12-18 13:11:30 -06:00
models permissions changes 2025-12-18 16:51:27 +00:00
repositories Connect frontend to PostgreSQL database via API 2025-12-18 13:50:37 -06:00
services Support both v1.0 and v2.0 Azure AD token issuer formats 2025-12-18 17:03:47 -06:00
websocket permissions changes 2025-12-18 16:51:27 +00:00
__init__.py permissions changes 2025-12-18 16:51:27 +00:00
config.py permissions changes 2025-12-18 16:51:27 +00:00
main.py permissions changes 2025-12-18 16:51:27 +00:00