diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 09123cd..0c3350f 100644 --- a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md +++ b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md @@ -23,6 +23,10 @@ created: 2026-04-15 - **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker` ## Sessions +### 2026-04-16 – Configure SSO with Azure tenant, client +**Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for SPA token exchange in browser. +**Done:** Updated environment configuration and docker-compose to include Azure credentials and redirect URI. + ### 2026-04-15 – Developer needs to diagnose SSO authentication **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. @@ -139,6 +143,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-16 | Azure SSO setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, configured browser-based token exchange | .env.example, docker-compose.yml | | 2026-04-15 | SSO configuration issue | Add redirect URI to Azure app registration | Azure portal configuration, .env file | | 2026-04-15 | SSO redirect URI mismatch | Add https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id to Azure portal, verify AUTH_MICROSOFT_ENTRA_ID_ID and AUTH_MICROSOFT_ENTRA_ID_SECRET in .env | .env, Azure App Registration | | 2026-04-15 | SSO redirect URI mismatch | Update redirect URI in Azure portal to match https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id | Azure portal configuration, .env | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 25c48c6..acb928c 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -116,3 +116,9 @@ tags: [daily] - 15:20 | `aimpress` - **Asked:** Asked | Run tree command to identify accumulated AI-generated image files in the project directory - **Done:** Done | Located a large collection of timestamped generated images (JPEG files with OpenAI and Nano Banana Pro prefixes) cluttering the file structure +- 15:22 | `aimpress` + - **Asked:** Developer wanted to understand what the accumulated image files in the project directory were. + - **Done:** Identified them as AI-generated images from Nanobanana 2 project with outputs from Google Imagen 3 and OpenAI Image APIs. +- 15:22 | `hp-prod-tracker` + - **Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for SPA token exchange in browser. + - **Done:** Updated environment configuration and docker-compose to include Azure credentials and redirect URI.