vault backup: 2026-04-16 19:03:05

This commit is contained in:
Vadym Samoilenko 2026-04-16 19:03:05 +01:00
parent c7625fcf98
commit cf1045bb6e
2 changed files with 16 additions and 0 deletions

View file

@ -23,6 +23,14 @@ created: 2026-04-15
- **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker`
## Sessions
### 2026-04-16 Configure SSO with Azure credentials for
**Asked:** Configure SSO with Azure credentials for SPA browser-based token exchange.
**Done:** Set up Azure SSO with tenant/client IDs and redirect URI, pushed to git, and verified authentication works but user account needs organization binding in database.
### 2026-04-16 Configure SSO with Azure credentials for
**Asked:** Configure SSO with Azure credentials for browser-based token exchange.
**Done:** Set up Azure SSO with provided credentials, pushed to git, and verified successful authentication on server after env variable updates.
### 2026-04-16 Configure SSO with Azure credentials for
**Asked:** Configure SSO with Azure credentials for browser-based token exchange.
**Done:** Implemented MSAL.js-based SPA authentication flow with updated login component and API endpoint.
@ -179,6 +187,8 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-16 | SSO setup | Azure credentials added, env vars configured, SSO authentication verified | .env, auth config files |
| 2026-04-16 | SSO setup | Azure credentials configured, env variables renamed (AUTH_MICROSOFT_ENTRA_ID_ID→AZURE_CLIENT_ID, AUTH_MICROSOFT_ENTRA_ID_TENANT_ID→AZURE_TENANT_ID), AUTH_URL removed | .env, docker-compose configuration |
| 2026-04-16 | SSO setup | MSAL.js integration, env variable mapping (AUTH_MICROSOFT_ENTRA_ID_ID→AZURE_CLIENT_ID, AUTH_MICROSOFT_ENTRA_ID_TENANT_ID→AZURE_TENANT_ID), removed AUTH_URL | MsalLogin.tsx, auth/sso/route.ts, .env |
| 2026-04-16 | SSO setup | Azure credentials configured, MSAL.js flow implemented, OAuth relay removed | MsalLogin.tsx, src/app/api/auth/sso/route.ts, .env |
| 2026-04-16 | Azure SSO setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI environment variables, removed old auth references | .env, auth.tsx, config.ts |

View file

@ -155,3 +155,9 @@ tags: [daily]
- 19:00 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure credentials for browser-based token exchange.
- **Done:** Implemented MSAL.js-based SPA authentication flow with updated login component and API endpoint.
- 19:01 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure credentials for browser-based token exchange.
- **Done:** Set up Azure SSO with provided credentials, pushed to git, and verified successful authentication on server after env variable updates.
- 19:02 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure credentials for SPA browser-based token exchange.
- **Done:** Set up Azure SSO with tenant/client IDs and redirect URI, pushed to git, and verified authentication works but user account needs organization binding in database.