vault backup: 2026-04-16 15:31:59

This commit is contained in:
Vadym Samoilenko 2026-04-16 15:31:59 +01:00
parent f92ca350b9
commit fbe8d3f3ed
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-16 Configure SSO with Azure tenant, client
**Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for browser-based token exchange.
**Done:** Pushed SSO configuration to git (commit 17fc539 on main) and provided server deployment steps.
### 2026-04-16 Configure SSO with Azure tenant, client
**Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for browser-based token exchange.
**Done:** Updated Auth.js provider with Azure credentials, custom authorization params, and client-only token exchange flow.
@ -147,6 +151,7 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-16 | SSO Azure configuration | AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, AUTH_URL added; AUTH_MICROSOFT_ENTRA_ID_SECRET removed | .env, auth.ts |
| 2026-04-16 | SSO configuration | Azure credentials added, authorization.params.redirect_uri set, token.request customized for PKCE flow | .env.local, src/lib/auth.ts, src/app/(auth)/login/OAuthRelay.tsx |
| 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 |

View file

@ -128,3 +128,6 @@ tags: [daily]
- 15:27 | `aimpress`
- **Asked:** Identify the source of numerous timestamped image files appearing in the directory tree output.
- **Done:** Located the images in Box Drive cloud storage under ~/Library/CloudStorage/Box-Box/AUTOMATION_MAIN/AI-COMPANION-STORE/ directory.
- 15:30 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for browser-based token exchange.
- **Done:** Pushed SSO configuration to git (commit 17fc539 on main) and provided server deployment steps.