vault backup: 2026-04-15 18:11:28

This commit is contained in:
Vadym Samoilenko 2026-04-15 18:11:28 +01:00
parent 4b074bee5a
commit 410bbcf391
2 changed files with 8 additions and 0 deletions

View file

@ -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 |

View file

@ -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.