oliver-metadata-tool/app/services
SamoilenkoVadym f8711c1ace Switch SSO to client-side MSAL.js (no client secret needed)
- Frontend MSAL.js handles Azure AD popup login
- Backend validates access token via Graph API
- Removed server-side MSAL redirect flow (get_auth_url, acquire_token)
- MicrosoftSSO class simplified: only needs Graph API validation
- No AZURE_CLIENT_SECRET required

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-09 21:42:10 +00:00
..
__init__.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
admin_service.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
ai_service.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
auth_service.py Switch SSO to client-side MSAL.js (no client secret needed) 2026-02-09 21:42:10 +00:00
file_service.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
metadata_service.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00