diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 2653eae..1a0fb42 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 Entra ID +**Asked:** Configure SSO with Azure Entra ID credentials for browser-based token exchange. +**Done:** Updated auth.ts to remove state validation, pushed changes (6701946), and provided server deployment instructions. + ### 2026-04-16 – Configure SSO with Azure tenant credentials **Asked:** Configure SSO with Azure tenant credentials for browser-based token exchange. **Done:** Set up Azure OAuth with PKCE flow, removed state parameter validation from OAuthRelay and auth.ts checks. @@ -159,6 +163,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-16 | SSO configuration | Azure tenant/client setup, state validation removal | auth.ts, .env | | 2026-04-16 | SSO setup | Azure tenant/client IDs, redirect URI, PKCE checks configuration, removed state validation | auth.ts, OAuthRelay component | | 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 | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 9ce4fcb..bc2377c 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -140,3 +140,6 @@ tags: [daily] - 15:42 | `hp-prod-tracker` - **Asked:** Configure SSO with Azure tenant credentials for browser-based token exchange. - **Done:** Set up Azure OAuth with PKCE flow, removed state parameter validation from OAuthRelay and auth.ts checks. +- 16:02 | `hp-prod-tracker` + - **Asked:** Configure SSO with Azure Entra ID credentials for browser-based token exchange. + - **Done:** Updated auth.ts to remove state validation, pushed changes (6701946), and provided server deployment instructions.