vault backup: 2026-04-16 16:05:54
This commit is contained in:
parent
5db2480aeb
commit
37c850d8d4
2 changed files with 8 additions and 0 deletions
|
|
@ -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 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.
|
||||
|
||||
### 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.
|
||||
|
|
@ -163,6 +167,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, 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 |
|
||||
| 2026-04-16 | SSO setup | Azure tenant/client IDs, redirect URI, removed client secret, Docker rebuild | .env, auth.ts, docker-compose.yml |
|
||||
|
|
|
|||
|
|
@ -143,3 +143,6 @@ tags: [daily]
|
|||
- 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.
|
||||
- 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue