diff --git a/01 Projects/amazon-transcreation/Amazon Transcreation.md b/01 Projects/amazon-transcreation/Amazon Transcreation.md index 96df28b..6c647b3 100644 --- a/01 Projects/amazon-transcreation/Amazon Transcreation.md +++ b/01 Projects/amazon-transcreation/Amazon Transcreation.md @@ -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 diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 96f0e80..5a8dc58 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -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.