vault backup: 2026-04-16 18:50:58

This commit is contained in:
Vadym Samoilenko 2026-04-16 18:50:58 +01:00
parent 37c850d8d4
commit 21e8a0cb1d
3 changed files with 9 additions and 1 deletions

View file

@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.28165328146789276,
"scale": 1.3925405856570645,
"close": true
}

View file

@ -23,6 +23,10 @@ created: 2026-04-15
- **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker`
## Sessions
### 2026-04-16 Configured SSO with Azure credentials for
**Asked:** Configured SSO with Azure credentials for browser-based token exchange in SPA.
**Done:** Set up Azure SSO authentication with tenant ID, client ID, and redirect URI; committed changes to git.
### 2026-04-16 Configure SSO with Azure credentials for
**Asked:** Configure SSO with Azure credentials for a SPA application using browser-based token exchange.
**Done:** Azure SSO configured with tenant ID, client ID, and redirect URI; changes pushed to git with server deployment instructions provided.
@ -167,6 +171,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 environment variables, removed old auth references | .env, auth.tsx, config.ts |
| 2026-04-16 | Azure SSO setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, configured browser token exchange | .env, auth config 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 |

View file

@ -146,3 +146,6 @@ tags: [daily]
- 16:04 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure credentials for a SPA application using browser-based token exchange.
- **Done:** Azure SSO configured with tenant ID, client ID, and redirect URI; changes pushed to git with server deployment instructions provided.
- 18:49 (159min) | `hp-prod-tracker`
- **Asked:** Configured SSO with Azure credentials for browser-based token exchange in SPA.
- **Done:** Set up Azure SSO authentication with tenant ID, client ID, and redirect URI; committed changes to git.