vault backup: 2026-04-15 15:12:09

This commit is contained in:
Vadym Samoilenko 2026-04-15 15:12:09 +01:00
parent 1f3980c1b8
commit f82381cec6
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 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 |

View file

@ -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.