solventum-image-metadata/app
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
..
models Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
routers Switch SSO to client-side MSAL.js (no client secret needed) 2026-02-09 21:42:10 +00:00
services Switch SSO to client-side MSAL.js (no client secret needed) 2026-02-09 21:42:10 +00:00
session Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
__init__.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
config.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
dependencies.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
main.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
security.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00