vault backup: 2026-04-16 16:03:26

This commit is contained in:
Vadym Samoilenko 2026-04-16 16:03:26 +01:00
parent 2e5b79cbe0
commit 5db2480aeb
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 Entra ID
**Asked:** Configure SSO with Azure Entra ID credentials for browser-based token exchange.
**Done:** Updated auth.ts to remove state validation, pushed changes (6701946), and provided server deployment instructions.
### 2026-04-16 Configure SSO with Azure tenant credentials
**Asked:** Configure SSO with Azure tenant credentials for browser-based token exchange.
**Done:** Set up Azure OAuth with PKCE flow, removed state parameter validation from OAuthRelay and auth.ts checks.
@ -159,6 +163,7 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-16 | SSO configuration | Azure tenant/client setup, state validation removal | auth.ts, .env |
| 2026-04-16 | SSO setup | Azure tenant/client IDs, redirect URI, PKCE checks configuration, removed state validation | auth.ts, OAuthRelay component |
| 2026-04-16 | SSO setup | Azure tenant/client IDs, redirect URI, removed client secret, Docker rebuild | .env, auth.ts, docker-compose.yml |
| 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 |

View file

@ -140,3 +140,6 @@ tags: [daily]
- 15:42 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure tenant credentials for browser-based token exchange.
- **Done:** Set up Azure OAuth with PKCE flow, removed state parameter validation from OAuthRelay and auth.ts checks.
- 16:02 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure Entra ID credentials for browser-based token exchange.
- **Done:** Updated auth.ts to remove state validation, pushed changes (6701946), and provided server deployment instructions.