diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 519ffea..3a9fb96 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 browser-based token exchange. +**Done:** Pushed SSO configuration to git (commit 17fc539 on main) and provided server deployment 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:** Updated Auth.js provider with Azure credentials, custom authorization params, and client-only token exchange flow. @@ -147,6 +151,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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 | | 2026-04-15 | SSO configuration issue | Add redirect URI to Azure app registration | Azure portal configuration, .env file | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 0aed4c3..c3304bb 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -128,3 +128,6 @@ tags: [daily] - 15:27 | `aimpress` - **Asked:** Identify the source of numerous timestamped image files appearing in the directory tree output. - **Done:** Located the images in Box Drive cloud storage under ~/Library/CloudStorage/Box-Box/AUTOMATION_MAIN/AI-COMPANION-STORE/ directory. +- 15:30 | `hp-prod-tracker` + - **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.