vault backup: 2026-04-15 15:23:12
This commit is contained in:
parent
97e933bb7b
commit
7c1c46e4cc
2 changed files with 8 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue