From 9794e367bb19f81c8ebb8bb9f63856f751b237ce Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 15 Apr 2026 18:20:13 +0100 Subject: [PATCH] vault backup: 2026-04-15 18:20:13 --- .../social-reporting-tool/Social Reporting Tool.md | 10 ++++++++++ 99 Daily/2026-04-15.md | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/01 Projects/social-reporting-tool/Social Reporting Tool.md b/01 Projects/social-reporting-tool/Social Reporting Tool.md index efba7c8..b5340de 100644 --- a/01 Projects/social-reporting-tool/Social Reporting Tool.md +++ b/01 Projects/social-reporting-tool/Social Reporting Tool.md @@ -23,9 +23,19 @@ created: 2026-04-15 - **Local path:** `/Volumes/SSD/Projects/Oliver/social-reporting-tool` ## Sessions +### 2026-04-15 – Set up SSO (SPA) with token +**Asked:** Set up SSO (SPA) with token exchange in browser using Azure AD / MSAL configuration. +**Done:** Implemented Azure AD MSAL configuration with self-hosted MSAL.js library and SSO setup across frontend files. + +### 2026-04-15 – Set up SSO (SPA) with Azure +**Asked:** Set up SSO (SPA) with Azure AD / MSAL token exchange in the browser +**Done:** Verified Azure AD configuration and server.ts implementation for SSO token exchange + ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-15 | SSO setup | Added MSAL.js library and Azure AD configuration, enabled SSO token exchange | frontend/msal-browser.min.js, frontend/config.js, frontend/login.html | +| 2026-04-15 | SSO setup with Azure AD | Azure tenant ID, client ID, redirect URI configured; server.ts verified | server.ts | ## Related diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 30064c9..ce7dcfb 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -198,3 +198,9 @@ tags: [daily] - 18:10 | `amazon-transcreation` - **Asked:** Set up SSO (SPA) token exchange in the browser with Azure AD / MSAL configuration. - **Done:** Added Azure AD environment variables to Docker configuration, updated deploy script, and pushed changes to Git. +- 18:18 | `social-reporting-tool` + - **Asked:** Set up SSO (SPA) with Azure AD / MSAL token exchange in the browser + - **Done:** Verified Azure AD configuration and server.ts implementation for SSO token exchange +- 18:19 | `social-reporting-tool` + - **Asked:** Set up SSO (SPA) with token exchange in browser using Azure AD / MSAL configuration. + - **Done:** Implemented Azure AD MSAL configuration with self-hosted MSAL.js library and SSO setup across frontend files.