vault backup: 2026-04-16 15:23:39
This commit is contained in:
parent
31b245bb35
commit
ce67a649e8
2 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ created: 2026-04-15
|
|||
- **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker`
|
||||
|
||||
## Sessions
|
||||
### 2026-04-16 – Configure SSO with Azure tenant, client
|
||||
**Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for SPA token exchange in browser.
|
||||
**Done:** Updated environment configuration and docker-compose to include Azure credentials and redirect URI.
|
||||
|
||||
### 2026-04-15 – Developer needs to diagnose SSO authentication
|
||||
**Asked:** Developer needs to diagnose SSO authentication failure with Microsoft Entra ID redirect URI mismatch.
|
||||
**Done:** Identified that Azure redirect URI configuration doesn't match Auth.js callback endpoint; IT must update Azure portal to register the exact redirect URI.
|
||||
|
|
@ -139,6 +143,7 @@ created: 2026-04-15
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-04-16 | Azure SSO setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, configured browser-based token exchange | .env.example, docker-compose.yml |
|
||||
| 2026-04-15 | SSO configuration issue | Add redirect URI to Azure app registration | Azure portal configuration, .env file |
|
||||
| 2026-04-15 | SSO redirect URI mismatch | Add https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id to Azure portal, verify AUTH_MICROSOFT_ENTRA_ID_ID and AUTH_MICROSOFT_ENTRA_ID_SECRET in .env | .env, Azure App Registration |
|
||||
| 2026-04-15 | SSO redirect URI mismatch | Update redirect URI in Azure portal to match https://optical-dev.oliver.solutions/api/auth/callback/microsoft-entra-id | Azure portal configuration, .env |
|
||||
|
|
|
|||
|
|
@ -116,3 +116,9 @@ tags: [daily]
|
|||
- 15:20 | `aimpress`
|
||||
- **Asked:** Asked | Run tree command to identify accumulated AI-generated image files in the project directory
|
||||
- **Done:** Done | Located a large collection of timestamped generated images (JPEG files with OpenAI and Nano Banana Pro prefixes) cluttering the file structure
|
||||
- 15:22 | `aimpress`
|
||||
- **Asked:** Developer wanted to understand what the accumulated image files in the project directory were.
|
||||
- **Done:** Identified them as AI-generated images from Nanobanana 2 project with outputs from Google Imagen 3 and OpenAI Image APIs.
|
||||
- 15:22 | `hp-prod-tracker`
|
||||
- **Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for SPA token exchange in browser.
|
||||
- **Done:** Updated environment configuration and docker-compose to include Azure credentials and redirect URI.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue