vault backup: 2026-05-07 10:42:35
This commit is contained in:
parent
cb6b5bf874
commit
8bf8d4b576
2 changed files with 8 additions and 0 deletions
|
|
@ -177,6 +177,10 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
|
|||
- **Recent fixes:** Accurate time tracking with interval union (no double-counting), project metadata fields, auto-detect repo URL from git remote, chart null-safety, async safety (selectinload, execute delete)
|
||||
|
||||
## Sessions
|
||||
### 2026-05-07 – Configure SSO with user isolation, disable
|
||||
**Asked:** Configure SSO with user isolation, disable personal login, and migrate user vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
|
||||
**Done:** Added https://optical-dev.oliver.solutions/cc-dashboard/ as SPA to AI portal app and located SSO configuration data in Obsidian notes.
|
||||
|
||||
### 2026-05-07 – Set up SSO, isolate users, disable
|
||||
**Asked:** Set up SSO, isolate users, disable personal login, and link vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
|
||||
**Done:** Configured SSO with user isolation, added optical-dev.oliver.solutions/cc-dashboard/ as SPA, disabled personal login, and migrated user account to SSO identity.
|
||||
|
|
@ -276,6 +280,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-05-07 | SSO configuration | Oliver tenant ID, ac-tool client_id, redirect URI, platform type set to SPA | Obsidian notes, AI portal app registration |
|
||||
| 2026-05-07 | SSO configuration | User isolation, personal login disabled, user account migration, SPA added | src/sso.py, src/routers/auth.py, src/auth.py, src/models.py |
|
||||
| 2026-05-07 | SSO setup with user isolation | sso.py, auth.py, models.py, routers/auth.py — JWKS validation, removed /login endpoint, added azure_oid field, user migration | src/sso.py, src/auth.py, src/models.py, src/routers/auth.py |
|
||||
| 2026-05-06 | Projects toFixed error | Add null checks and fallback values, verify rendering | ProjectsView.js, CardContent.vue |
|
||||
|
|
|
|||
|
|
@ -11,3 +11,6 @@ tags: [daily]
|
|||
- 10:40 | `cc-dashboard`
|
||||
- **Asked:** Set up SSO, isolate users, disable personal login, and link vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
|
||||
- **Done:** Configured SSO with user isolation, added optical-dev.oliver.solutions/cc-dashboard/ as SPA, disabled personal login, and migrated user account to SSO identity.
|
||||
- 10:41 | `cc-dashboard`
|
||||
- **Asked:** Configure SSO with user isolation, disable personal login, and migrate user vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
|
||||
- **Done:** Added https://optical-dev.oliver.solutions/cc-dashboard/ as SPA to AI portal app and located SSO configuration data in Obsidian notes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue