vault backup: 2026-04-16 19:07:20

This commit is contained in:
Vadym Samoilenko 2026-04-16 19:07:20 +01:00
parent cf1045bb6e
commit 6db9664920
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 Asked for SSO configuration with Azure
**Asked:** Asked for SSO configuration with Azure credentials for a browser-based SPA application.
**Done:** Configured Azure SSO with provided tenant ID, client ID, and redirect URI, added sign-out button to NavLinks component.
### 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.
@ -187,6 +191,7 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-16 | SSO setup | Azure credentials added, sign-out button added to NavLinks | .env, NavLinks.tsx |
| 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 |

View file

@ -161,3 +161,6 @@ tags: [daily]
- 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.
- 19:06 | `hp-prod-tracker`
- **Asked:** Asked for SSO configuration with Azure credentials for a browser-based SPA application.
- **Done:** Configured Azure SSO with provided tenant ID, client ID, and redirect URI, added sign-out button to NavLinks component.