From 7c1c46e4cc6814b087403e8e4e4cab91c5ef4bde Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 15 Apr 2026 15:23:12 +0100 Subject: [PATCH] vault backup: 2026-04-15 15:23:12 --- 01 Projects/hp-prod-tracker/Hp Prod Tracker.md | 5 +++++ 99 Daily/2026-04-15.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 d74d91a..6e4381f 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-15 – Diagnose SSO redirect URI mismatch error +**Asked:** Diagnose SSO redirect URI mismatch error with Microsoft Entra ID authentication. +**Done:** Identified AUTH_URL configuration mismatch and token exchange sending incorrect redirect URI to Azure portal. + ### 2026-04-15 – Fix SSO redirect URI mismatch error **Asked:** Fix SSO redirect URI mismatch error in Microsoft Entra ID configuration. **Done:** Identified that the configured redirect URI in Azure does not match the application's registered redirect URIs. @@ -99,6 +103,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-15 | SSO redirect URI fix | AUTH_URL path mismatch, token exchange redirect_uri mismatch | .env, authorization flow | | 2026-04-15 | SSO redirect URI mismatch | Add redirect URI to Azure app registration or update AUTH_MICROSOFT_ENTRA_ID settings | .env, apache/hp-prod-tracker.conf | | 2026-04-15 | SSO redirect URI fix | Update redirect URI in Azure portal to match https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id | .env, Azure App Registration | | 2026-04-15 | SSO redirect URI mismatch | Add correct redirect URI to Azure portal configuration, verify AUTH_MICROSOFT_ENTRA_ID_ID and AUTH_MICROSOFT_ENTRA_ID_SECRET in .env | .env, Azure portal app settings | diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 657be9f..2f5d1cc 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -153,3 +153,6 @@ tags: [daily] - 15:16 | `hp-prod-tracker` - **Asked:** Fix SSO redirect URI mismatch error in Microsoft Entra ID configuration. - **Done:** Identified that the configured redirect URI in Azure does not match the application's registered redirect URIs. +- 15:22 | `hp-prod-tracker` + - **Asked:** Diagnose SSO redirect URI mismatch error with Microsoft Entra ID authentication. + - **Done:** Identified AUTH_URL configuration mismatch and token exchange sending incorrect redirect URI to Azure portal.