diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 969b10c..fbbe557 100644 --- a/01 Projects/cc-dashboard/CC Dashboard.md +++ b/01 Projects/cc-dashboard/CC Dashboard.md @@ -288,6 +288,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer { ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-07 | SSO setup & user migration | SPA registration for optical-dev dashboard, sidebar text color to text-white/65 | AI portal config, sidebar component | | 2026-05-07 | SSO configuration | SPA registration, user mapping, personal login disabled | AI portal app, deployment script | | 2026-05-07 | SSO setup | User isolation, personal login disabled, user account linked, SPA added | auth.config, user-mappings.json, deploy.sh | | 2026-05-07 | SSO setup | Added SPA to portal, configured user mapping, added AZURE_TENANT_ID to .env | .env, deploy.sh | diff --git a/99 Daily/2026-05-07.md b/99 Daily/2026-05-07.md index 71bd007..2131a6a 100644 --- a/99 Daily/2026-05-07.md +++ b/99 Daily/2026-05-07.md @@ -47,3 +47,6 @@ tags: [daily] - 11:22 | `ai_leed` - **Asked:** Configure the info panel at the bottom of terminals with the same format shown in the image | Added tmux configuration with Ctrl+A prefix, window/pane hotkeys, and session management to shell startup | ~/.zshrc, tmux config - **Done:** — +- 11:28 | `cc-dashboard` + - **Asked:** Configure SSO with user isolation, disable personal login, and migrate user vadymsamoilenko@oliver.agecny to SSO account VadymSamoilenko@oliver.agecny. + - **Done:** Set up SSO in AI portal, added optical-dev dashboard as SPA, and fixed sidebar text color visibility issue in light theme.