modcomms/backend/app/services
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
..
__init__.py permissions changes 2025-12-18 16:51:27 +00:00
analysis_service.py permissions changes 2025-12-18 16:51:27 +00:00
auth_service.py Support both v1.0 and v2.0 Azure AD token issuer formats 2025-12-18 17:03:47 -06:00
gemini_service.py permissions changes 2025-12-18 16:51:27 +00:00
reference_docs.py permissions changes 2025-12-18 16:51:27 +00:00
storage_service.py permissions changes 2025-12-18 16:51:27 +00:00