vault backup: 2026-04-15 18:20:13

This commit is contained in:
Vadym Samoilenko 2026-04-15 18:20:13 +01:00
parent 410bbcf391
commit 9794e367bb
2 changed files with 16 additions and 0 deletions

View file

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

View file

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