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> |
||
|---|---|---|
| .. | ||
| agents | ||
| api | ||
| dependencies | ||
| models | ||
| repositories | ||
| services | ||
| websocket | ||
| __init__.py | ||
| config.py | ||
| main.py | ||