vault backup: 2026-04-15 14:57:10

This commit is contained in:
Vadym Samoilenko 2026-04-15 14:57:10 +01:00
parent b7911597c3
commit 9852110fcd
2 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,10 @@ created: 2026-04-15
- **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker`
## Sessions
### 2026-04-15 Developer asked to troubleshoot SSO redirect
**Asked:** Developer asked to troubleshoot SSO redirect URI mismatch error from Microsoft Entra ID.
**Done:** Identified that AUTH_URL in .env incorrectly includes `/api/auth` suffix, causing the redirect URI to be duplicated.
### 2026-04-15 Diagnose why SSO redirect URI doesn't
**Asked:** Diagnose why SSO redirect URI doesn't match Azure configuration.
**Done:** Identified that AUTH_URL is missing the `/hp-prod-tracker` basePath, causing the redirect URI mismatch with Azure Entra ID settings.
@ -35,6 +39,7 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-15 | SSO redirect URI fix | Remove `/api/auth` from AUTH_URL in .env, update AUTH_URL to base path only | .env, src/lib/auth.ts |
| 2026-04-15 | SSO redirect URI mismatch | AUTH_URL basePath missing, redirectProxyUrl construction | .env, src/lib/auth.ts |
| 2026-04-15 | SSO redirect URI mismatch | Review .env configuration and git history | .env, auth config files |

View file

@ -105,3 +105,6 @@ tags: [daily]
- 14:53 | `hp-prod-tracker`
- **Asked:** Diagnose why SSO redirect URI doesn't match Azure configuration.
- **Done:** Identified that AUTH_URL is missing the `/hp-prod-tracker` basePath, causing the redirect URI mismatch with Azure Entra ID settings.
- 14:56 | `hp-prod-tracker`
- **Asked:** Developer asked to troubleshoot SSO redirect URI mismatch error from Microsoft Entra ID.
- **Done:** Identified that AUTH_URL in .env incorrectly includes `/api/auth` suffix, causing the redirect URI to be duplicated.