From 37c850d8d4b01afdc642a69abc7bb6904ef65c50 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 16 Apr 2026 16:05:54 +0100 Subject: [PATCH] vault backup: 2026-04-16 16:05:54 --- 01 Projects/hp-prod-tracker/Hp Prod Tracker.md | 5 +++++ 99 Daily/2026-04-16.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 1a0fb42..2eee2c6 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 a SPA application using browser-based token exchange. +**Done:** Azure SSO configured with tenant ID, client ID, and redirect URI; changes pushed to git with server deployment instructions provided. + ### 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. @@ -163,6 +167,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 token exchange | .env, auth config 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 | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index bc2377c..38da584 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -143,3 +143,6 @@ tags: [daily] - 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. +- 16:04 | `hp-prod-tracker` + - **Asked:** Configure SSO with Azure credentials for a SPA application using browser-based token exchange. + - **Done:** Azure SSO configured with tenant ID, client ID, and redirect URI; changes pushed to git with server deployment instructions provided.