vault backup: 2026-04-15 18:07:46

This commit is contained in:
Vadym Samoilenko 2026-04-15 18:07:46 +01:00
parent 5e6024fd5e
commit 8132dce7fe
2 changed files with 8 additions and 0 deletions

View file

@ -23,9 +23,14 @@ created: 2026-04-15
- **Local path:** `/Volumes/SSD/Projects/Oliver/amazon-transcreation`
## Sessions
### 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.
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-15 | SSO/MSAL setup | Azure tenant/client ID configuration, removed storeAuthStateInCookie, token exchange flow | MSAL config file, authentication module |
## Related

View file

@ -186,3 +186,6 @@ tags: [daily]
- 16:10 | `hp-prod-tracker`
- **Asked:** Developer needs to diagnose SSO authentication failure with Microsoft Entra ID redirect URI mismatch.
- **Done:** Identified that Azure redirect URI configuration doesn't match Auth.js callback endpoint; IT must update Azure portal to register the exact redirect URI.
- 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.