olivas/backend/app
Vadym Samoilenko f217a5aea6 Add Azure AD SSO authentication for backend and frontend
Replace X-User-Id header auth with Azure AD JWT token validation.
Backend validates tokens via JWKS, frontend uses MSAL for login/token
acquisition. Adds logout button, 401 handling, and configurable
AZURE_AUTH_ENABLED toggle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 18:41:06 +00:00
..
api Add Azure AD SSO authentication for backend and frontend 2026-03-09 18:41:06 +00:00
core Initial commit — OliVAS visual attention analysis platform 2026-02-23 20:20:58 -05:00
db Replace entropy score with composite Design Effectiveness Score 2026-02-24 22:50:12 -05:00
models Replace entropy score with composite Design Effectiveness Score 2026-02-24 22:50:12 -05:00
schemas Replace entropy score with composite Design Effectiveness Score 2026-02-24 22:50:12 -05:00
services Add Google Cloud Run offloading for ML inference and image processing 2026-03-04 19:39:52 +00:00
__init__.py Initial commit — OliVAS visual attention analysis platform 2026-02-23 20:20:58 -05:00
auth.py Add Azure AD SSO authentication for backend and frontend 2026-03-09 18:41:06 +00:00
config.py Add Azure AD SSO authentication for backend and frontend 2026-03-09 18:41:06 +00:00
dependencies.py Add Azure AD SSO authentication for backend and frontend 2026-03-09 18:41:06 +00:00
main.py Add Azure AD SSO authentication for backend and frontend 2026-03-09 18:41:06 +00:00