diff --git a/01 Projects/amazon-transcreation/Amazon Transcreation.md b/01 Projects/amazon-transcreation/Amazon Transcreation.md index 92f6752..8ea097a 100644 --- a/01 Projects/amazon-transcreation/Amazon Transcreation.md +++ b/01 Projects/amazon-transcreation/Amazon Transcreation.md @@ -23,6 +23,10 @@ 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 Docker configuration, updated deploy script, and pushed changes to Git. + ### 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. @@ -39,6 +43,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-15 | SSO/Azure AD setup | Added NEXT_PUBLIC_AZURE_AD_TENANT_ID, NEXT_PUBLIC_AZURE_AD_CLIENT_ID, SSO_ENABLED env vars to Docker build args, updated deploy script | frontend/Dockerfile, docker-compose.prod.yml, deploy.sh | | 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 | diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index b0a3b79..30064c9 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -195,3 +195,6 @@ tags: [daily] - 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. +- 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.