From 21e8a0cb1d8b5cccf8d18506408ffc1a77214070 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 16 Apr 2026 18:50:58 +0100 Subject: [PATCH] vault backup: 2026-04-16 18:50:58 --- .obsidian/graph.json | 2 +- 01 Projects/hp-prod-tracker/Hp Prod Tracker.md | 5 +++++ 99 Daily/2026-04-16.md | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.obsidian/graph.json b/.obsidian/graph.json index c6e2630..d43505c 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -17,6 +17,6 @@ "repelStrength": 10, "linkStrength": 1, "linkDistance": 250, - "scale": 0.28165328146789276, + "scale": 1.3925405856570645, "close": true } \ No newline at end of file diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 2eee2c6..7fa3d72 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 – Configured SSO with Azure credentials for +**Asked:** Configured SSO with Azure credentials for browser-based token exchange in SPA. +**Done:** Set up Azure SSO authentication with tenant ID, client ID, and redirect URI; committed changes to git. + ### 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. @@ -167,6 +171,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 environment variables, removed old auth references | .env, auth.tsx, config.ts | | 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 | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 38da584..7e40fb2 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -146,3 +146,6 @@ tags: [daily] - 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. +- 18:49 (159min) | `hp-prod-tracker` + - **Asked:** Configured SSO with Azure credentials for browser-based token exchange in SPA. + - **Done:** Set up Azure SSO authentication with tenant ID, client ID, and redirect URI; committed changes to git.