From e7ed20830bcdb77993ff5f35ed9fac174bfd29fa Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 16 Apr 2026 19:16:02 +0100 Subject: [PATCH] vault backup: 2026-04-16 19:16:02 --- 01 Projects/hp-prod-tracker/Hp Prod Tracker.md | 5 +++++ 99 Daily/2026-04-16.md | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index 2841877..43b89c0 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 and +**Asked:** Configure SSO with Azure credentials and handle token exchange in browser. +**Done:** Set up Azure SSO with tenant/client IDs, fixed redirect paths to account for basePath, and pushed changes to git. + ### 2026-04-16 – Asked for SSO configuration with Azure **Asked:** Asked for SSO configuration with Azure credentials for a browser-based SPA application. **Done:** Configured Azure SSO with provided tenant ID, client ID, and redirect URI, added sign-out button to NavLinks component. @@ -191,6 +195,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-16 | SSO setup | Azure credentials added, redirectTo paths fixed for basePath /hp-prod-tracker | .env, auth config, pending page component | | 2026-04-16 | SSO setup | Azure credentials added, sign-out button added to NavLinks | .env, NavLinks.tsx | | 2026-04-16 | SSO setup | Azure credentials added, env vars configured, SSO authentication verified | .env, auth config files | | 2026-04-16 | SSO setup | Azure credentials configured, env variables renamed (AUTH_MICROSOFT_ENTRA_ID_ID→AZURE_CLIENT_ID, AUTH_MICROSOFT_ENTRA_ID_TENANT_ID→AZURE_TENANT_ID), AUTH_URL removed | .env, docker-compose configuration | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 820ab95..665cd4c 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -167,3 +167,15 @@ tags: [daily] - 19:11 (1min) | `aimpress` - **Asked:** Set up WezTerm configuration matching existing terminal preferences. - **Done:** Created WezTerm config with Catppuccin Mocha theme, FiraCode 16 font, and fish shell to match Ghostty and Kitty setup. +- 19:13 (<1min) | `aimpress` + - **Asked:** Restore WezTerm settings after accidental configuration change that hid tabs. + - **Done:** Identified problematic settings in wezterm.lua (hide_tab_bar_if_only_one_tab and show_new_tab_button_in_tab_bar) and proposed reverting them to show tabs again. +- 19:14 | `hp-prod-tracker` + - **Asked:** Configure SSO with Azure credentials and handle token exchange in browser. + - **Done:** Set up Azure SSO with tenant/client IDs, fixed redirect paths to account for basePath, and pushed changes to git. +- 19:14 | `aimpress` + - **Asked:** Restore WezTerm settings after configuration changes caused tabs to disappear. + - **Done:** Identified that `hide_tab_bar_if_only_one_tab = true` and `show_new_tab_button_in_tab_bar = false` were hiding tabs, confirmed changes needed with developer. +- 19:15 | `aimpress` + - **Asked:** Restore WezTerm configuration to show tabs and buttons. + - **Done:** Reverted hide_tab_bar_if_only_one_tab and show_new_tab_button_in_tab_bar settings, increased font size.