From 6db96649203ca938fca231d95e64fdc75adc44f2 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 16 Apr 2026 19:07:20 +0100 Subject: [PATCH] vault backup: 2026-04-16 19:07:20 --- 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 d0563f6..2841877 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 – 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. + ### 2026-04-16 – Configure SSO with Azure credentials for **Asked:** Configure SSO with Azure credentials for SPA browser-based token exchange. **Done:** Set up Azure SSO with tenant/client IDs and redirect URI, pushed to git, and verified authentication works but user account needs organization binding in database. @@ -187,6 +191,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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 | | 2026-04-16 | SSO setup | MSAL.js integration, env variable mapping (AUTH_MICROSOFT_ENTRA_ID_ID→AZURE_CLIENT_ID, AUTH_MICROSOFT_ENTRA_ID_TENANT_ID→AZURE_TENANT_ID), removed AUTH_URL | MsalLogin.tsx, auth/sso/route.ts, .env | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index 39802ed..289f8c6 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -161,3 +161,6 @@ tags: [daily] - 19:02 | `hp-prod-tracker` - **Asked:** Configure SSO with Azure credentials for SPA browser-based token exchange. - **Done:** Set up Azure SSO with tenant/client IDs and redirect URI, pushed to git, and verified authentication works but user account needs organization binding in database. +- 19:06 | `hp-prod-tracker` + - **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.