amazon-transcreation/frontend
Vadym Samoilenko f60b7261b5 Add Azure AD MSAL SSO (SPA token exchange)
- Backend: Azure AD JWKS validator with 24h cache, new POST /api/v1/auth/sso/login
  endpoint, sso_login() in AuthService with auto-provisioning, password_hash made
  nullable, auth_provider column added, Alembic migration c1d2e3f4a5b6
- Frontend: @azure/msal-browser, msal.ts config singleton, ssoLogin() API function,
  login page updated with SSO button and redirect callback handling
- Deploy: frontend Dockerfile and docker-compose.prod.yml updated to bake Azure AD
  vars into the image at build time; deploy.sh validates SSO config on init/deploy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 18:08:46 +01:00
..
public feat: add production deployment, fix auth flow, add nginx reverse proxy 2026-04-10 12:53:48 -04:00
src Add Azure AD MSAL SSO (SPA token exchange) 2026-04-15 18:08:46 +01:00
.env.local.example Add Azure AD MSAL SSO (SPA token exchange) 2026-04-15 18:08:46 +01:00
.gitignore feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
components.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
Dockerfile Add Azure AD MSAL SSO (SPA token exchange) 2026-04-15 18:08:46 +01:00
next.config.js feat: configure deployment for optical-dev.oliver.solutions/amazon-transcreation 2026-04-10 13:05:12 -04:00
package-lock.json Add Azure AD MSAL SSO (SPA token exchange) 2026-04-15 18:08:46 +01:00
package.json Add Azure AD MSAL SSO (SPA token exchange) 2026-04-15 18:08:46 +01:00
postcss.config.js feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
tailwind.config.ts fix: use next/font/local for fonts and basePath for logo URLs 2026-04-10 13:25:25 -04:00
tsconfig.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00