diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 689624c..f93e352 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 configuration | User isolation enabled, personal login disabled, user migration (vadymsamoilenko@oliver.agecny → VadymSamoilenko@oliver.agecny) | Authentication config, User mapping database | | 2026-05-07 | SSO configuration | User isolation enabled, personal login disabled, user migration completed, Planka and Apache deployed | Authentication config, Planka containers, Apache config | | 2026-05-07 | SSO setup | User isolation enabled, personal login disabled, user migration vadymsamoilenko@oliver.agecny → VadymSamoilenko@oliver.agecny, SPA registration | auth-config, user-migration, AI-portal-app | | 2026-05-07 | SSO setup | Personal login disabled, user migration configured, SPA URL added | auth-config, user-mapping, portal-settings | diff --git a/99 Daily/2026-05-07.md b/99 Daily/2026-05-07.md index 48cadc4..94511df 100644 --- a/99 Daily/2026-05-07.md +++ b/99 Daily/2026-05-07.md @@ -80,3 +80,6 @@ tags: [daily] - 12:55 | `cc-dashboard` - **Asked:** Set up SSO with user isolation, disable personal login, and migrate vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny. - **Done:** Configured SSO on optical-dev.oliver.solutions/cc-dashboard/ as a Single Page Application and started Planka and Apache containers. +- 13:15 (6min) | `cc-dashboard` + - **Asked:** Set up SSO with user isolation and migrate user account to new SSO credentials. + - **Done:** Configured SSO in AI portal, added dashboard SPA, disabled personal login, and linked user accounts.