vault backup: 2026-04-15 18:09:57

This commit is contained in:
Vadym Samoilenko 2026-04-15 18:09:57 +01:00
parent 8132dce7fe
commit 4b074bee5a
2 changed files with 16 additions and 0 deletions

View file

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

View file

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