ppt-tool/frontend/app
Vadym Samoilenko f2f729a50b Switch Azure AD auth to MSAL SPA (browser-side token exchange)
- Replace server-side ConfidentialClientApplication + OAuth callback
  with MSAL browser popup flow (PKCE, no client_secret required)
- Backend: add POST /sso-token endpoint that validates Azure AD ID token
  via Microsoft JWKS, issues session cookie; remove /login + /callback
- Frontend: install @azure/msal-browser + @azure/msal-react, wrap app
  with MsalProvider, login page uses loginPopup() → sends id_token to backend
- Pass NEXT_PUBLIC_AZURE_* env vars through next.config.mjs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 12:34:52 +00:00
..
(presentation-generator) Comprehensive audit: fix auth, basePath, security, and UI bugs 2026-03-20 18:46:45 +00:00
admin Comprehensive audit: fix auth, basePath, security, and UI bugs 2026-03-20 18:46:45 +00:00
api Comprehensive audit: fix auth, basePath, security, and UI bugs 2026-03-20 18:46:45 +00:00
fonts Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
hooks Fix 422 errors: clientSlice bare fetch, prepare schemaJSON null, update SlideModel validation 2026-03-20 18:26:54 +00:00
login Switch Azure AD auth to MSAL SPA (browser-side token exchange) 2026-03-23 12:34:52 +00:00
presentation-templates Wire Oliver DeckForge UI: AuthGuard, routing, logo, remove Presenton branding 2026-02-26 18:34:55 +00:00
schema Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
apple-icon.png Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
ConfigurationInitializer.tsx Fix bare fetch() calls missing /ppt-tool basePath prefix 2026-03-20 17:52:47 +00:00
favicon.ico Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
globals.css Implement critical security fixes and modern design system (Pre-launch P0 tasks) 2026-02-27 18:28:24 +00:00
icon1.svg Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
icon2.png Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
layout.tsx Rebrand Presenton to Oliver DeckForge, pre-configure models, use NanoBanana Pro 2026-02-26 18:17:11 +00:00
loading.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
not-found.tsx Phase 1-2: Foundation + Admin Panel & Client Management 2026-02-26 15:37:17 +00:00
page.tsx Switch Azure AD auth to MSAL SPA (browser-side token exchange) 2026-03-23 12:34:52 +00:00
providers.tsx Switch Azure AD auth to MSAL SPA (browser-side token exchange) 2026-03-23 12:34:52 +00:00