diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 3a9fb96..03d1db9 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 credentials for +**Asked:** Configure SSO with Azure credentials for SPA-based authentication. +**Done:** Set up Azure SSO configuration, pushed to git, and provided server deployment instructions with environment variables and Docker rebuild steps. + ### 2026-04-16 – Configure SSO with Azure tenant, client **Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for browser-based token exchange. **Done:** Pushed SSO configuration to git (commit 17fc539 on main) and provided server deployment steps. @@ -151,6 +155,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-16 | SSO setup | Azure tenant/client IDs, redirect URI, removed client secret, Docker rebuild | .env, auth.ts, docker-compose.yml | | 2026-04-16 | SSO Azure configuration | AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, AUTH_URL added; AUTH_MICROSOFT_ENTRA_ID_SECRET removed | .env, auth.ts | | 2026-04-16 | SSO configuration | Azure credentials added, authorization.params.redirect_uri set, token.request customized for PKCE flow | .env.local, src/lib/auth.ts, src/app/(auth)/login/OAuthRelay.tsx | | 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 | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 8b6d561..94efed7 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -134,3 +134,6 @@ tags: [daily] - 15:35 (<1min) | `aimpress` - **Asked:** Make warp theme colors match kitty color scheme. - **Done:** Updated warp theme configuration to use kitty color palette. +- 15:40 | `hp-prod-tracker` + - **Asked:** Configure SSO with Azure credentials for SPA-based authentication. + - **Done:** Set up Azure SSO configuration, pushed to git, and provided server deployment instructions with environment variables and Docker rebuild steps.