diff --git a/01 Projects/hp-prod-tracker/Hp Prod Tracker.md b/01 Projects/hp-prod-tracker/Hp Prod Tracker.md index e34532c..b71c19b 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 – Debug SSO redirect URI mismatch error +**Asked:** Debug SSO redirect URI mismatch error in Microsoft Entra ID authentication. +**Done:** Identified that the configured redirect URI in Azure doesn't match the application's callback endpoint. + ### 2026-04-15 – Diagnose SSO redirect URI mismatch error **Asked:** Diagnose SSO redirect URI mismatch error in Microsoft Entra ID authentication setup. **Done:** Identified that configured redirect URI in Azure doesn't match the one being used by the application. @@ -87,6 +91,7 @@ created: 2026-04-15 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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 | | 2026-04-15 | SSO redirect URI mismatch | Add/update redirect URI in Azure portal to match https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id, verify AUTH_MICROSOFT_ENTRA_ID_ID in .env | .env, Azure portal app configuration | | 2026-04-15 | SSO redirect URI mismatch | Verify Azure portal redirect URI matches https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id | .env, Azure portal configuration | | 2026-04-15 | SSO redirect URI fix | Update AUTH_MICROSOFT_ENTRA_ID_ID and configure redirect URI in Azure portal | .env, Azure portal app settings | diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 0608c87..bb610b6 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -144,3 +144,6 @@ tags: [daily] - 15:09 | `hp-prod-tracker` - **Asked:** Diagnose SSO redirect URI mismatch error in Microsoft Entra ID authentication setup. - **Done:** Identified that configured redirect URI in Azure doesn't match the one being used by the application. +- 15:11 | `hp-prod-tracker` + - **Asked:** Debug SSO redirect URI mismatch error in Microsoft Entra ID authentication. + - **Done:** Identified that the configured redirect URI in Azure doesn't match the application's callback endpoint.