vault backup: 2026-04-16 15:41:34
This commit is contained in:
parent
254afd031d
commit
12b4f6fc11
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 SPA-based authentication.
|
||||
**Done:** Set up Azure SSO configuration, pushed to git, and provided server deployment instructions with environment variables and Docker rebuild steps.
|
||||
|
||||
### 2026-04-16 – Configure SSO with Azure tenant, client
|
||||
**Asked:** Configure SSO with Azure tenant, client ID, and redirect URI for browser-based token exchange.
|
||||
**Done:** Pushed SSO configuration to git (commit 17fc539 on main) and provided server deployment steps.
|
||||
|
|
@ -151,6 +155,7 @@ created: 2026-04-15
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 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 |
|
||||
| 2026-04-16 | SSO configuration | Azure credentials added, authorization.params.redirect_uri set, token.request customized for PKCE flow | .env.local, src/lib/auth.ts, src/app/(auth)/login/OAuthRelay.tsx |
|
||||
| 2026-04-16 | Azure SSO setup | Added AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_REDIRECT_URI, configured browser-based token exchange | .env.example, docker-compose.yml |
|
||||
|
|
|
|||
|
|
@ -134,3 +134,6 @@ tags: [daily]
|
|||
- 15:35 (<1min) | `aimpress`
|
||||
- **Asked:** Make warp theme colors match kitty color scheme.
|
||||
- **Done:** Updated warp theme configuration to use kitty color palette.
|
||||
- 15:40 | `hp-prod-tracker`
|
||||
- **Asked:** Configure SSO with Azure credentials for SPA-based authentication.
|
||||
- **Done:** Set up Azure SSO configuration, pushed to git, and provided server deployment instructions with environment variables and Docker rebuild steps.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue