From 4b074bee5adb5f9cd16f0da5d5ed5baa0e3c26a1 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 15 Apr 2026 18:09:57 +0100 Subject: [PATCH] vault backup: 2026-04-15 18:09:57 --- .../amazon-transcreation/Amazon Transcreation.md | 10 ++++++++++ 99 Daily/2026-04-15.md | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/01 Projects/amazon-transcreation/Amazon Transcreation.md b/01 Projects/amazon-transcreation/Amazon Transcreation.md index 6c647b3..92f6752 100644 --- a/01 Projects/amazon-transcreation/Amazon Transcreation.md +++ b/01 Projects/amazon-transcreation/Amazon Transcreation.md @@ -23,6 +23,14 @@ created: 2026-04-15 - **Local path:** `/Volumes/SSD/Projects/Oliver/amazon-transcreation` ## Sessions +### 2026-04-15 – Set up SSO (SPA) token exchange +**Asked:** Set up SSO (SPA) token exchange in the browser with Azure AD / MSAL configuration. +**Done:** Added Azure AD environment variables to Dockerfile and docker-compose.prod.yml, configured Next.js build args for MSAL. + +### 2026-04-15 – Set up SSO (SPA) token exchange +**Asked:** Set up SSO (SPA) token exchange in the browser with Azure AD/MSAL configuration. +**Done:** Configured Azure AD credentials, updated deployment script, and added SSO setup to compose file and Dockerfile. + ### 2026-04-15 – Set up SSO token exchange in **Asked:** Set up SSO token exchange in the browser using Azure AD and MSAL. **Done:** Configured MSAL v5 with Azure AD credentials and removed deprecated `storeAuthStateInCookie` parameter to resolve type errors. @@ -31,6 +39,8 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-15 | SSO setup with Azure AD | Added ARG and ENV for NEXT_PUBLIC_AZURE_AD_TENANT_ID, NEXT_PUBLIC_AZURE_AD_CLIENT_ID, SSO_ENABLED; updated build args in compose | frontend/Dockerfile, docker-compose.prod.yml | +| 2026-04-15 | SSO Azure AD setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, updated deploy script, added setup summary | docker-compose.yml, Dockerfile, deploy.sh | | 2026-04-15 | SSO/MSAL setup | Azure tenant/client ID configuration, removed storeAuthStateInCookie, token exchange flow | MSAL config file, authentication module | ## Related diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 5a8dc58..b0a3b79 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -189,3 +189,9 @@ tags: [daily] - 18:06 (1min) | `amazon-transcreation` - **Asked:** Set up SSO token exchange in the browser using Azure AD and MSAL. - **Done:** Configured MSAL v5 with Azure AD credentials and removed deprecated `storeAuthStateInCookie` parameter to resolve type errors. +- 18:08 | `amazon-transcreation` + - **Asked:** Set up SSO (SPA) token exchange in the browser with Azure AD/MSAL configuration. + - **Done:** Configured Azure AD credentials, updated deployment script, and added SSO setup to compose file and Dockerfile. +- 18:08 | `amazon-transcreation` + - **Asked:** Set up SSO (SPA) token exchange in the browser with Azure AD / MSAL configuration. + - **Done:** Added Azure AD environment variables to Dockerfile and docker-compose.prod.yml, configured Next.js build args for MSAL.