diff --git a/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md b/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md index 9b229ca..d9d004f 100644 --- a/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md +++ b/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md @@ -24,6 +24,10 @@ created: 2026-04-28 - **Local path:** `/Volumes/SSD/Projects/Oliver/oliver-sales-ops-platform` ## Sessions +### 2026-04-29 – How should authorized user emails be +**Asked:** How should authorized user emails be formatted and added to the system? +**Done:** Added UserMenu component to navbar and configured 7 authorized users with admin roles for 2 of them. + ### 2026-04-29 – Remove zlalani@oliver.agency from the authorized users **Asked:** Remove zlalani@oliver.agency from the authorized users list and confirm Azure SPA redirect URI addition. **Done:** Updated authorized users list by removing zlalani@oliver.agency and confirmed 7 valid user emails for Azure configuration. @@ -96,6 +100,7 @@ created: 2026-04-28 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | User authentication setup | Added UserMenu component, configured authorized users list (removed zlalani@oliver.agency) | UserMenu.tsx, auth config | | 2026-04-29 | Azure SPA setup | Removed zlalani@oliver.agency, confirmed redirect URI and user list | Azure config file | | 2026-04-29 | Azure MSAL config | Redirect URI added to https://optical-dev.oliver.solutions/oliver-sales-ops-platform/, authorized users list updated (removed zlalani@oliver.agency), Client ID and tenant ID verified | Azure app registration, frontend MSAL configuration | | 2026-04-29 | Azure AD setup | AZURE_TENANT_ID, AZURE_CLIENT_ID values replaced with real credentials | .env | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 17e6866..5f57b79 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -56,3 +56,6 @@ tags: [daily] - 10:56 | `oliver-sales-ops-platform` - **Asked:** Remove zlalani@oliver.agency from the authorized users list and confirm Azure SPA redirect URI addition. - **Done:** Updated authorized users list by removing zlalani@oliver.agency and confirmed 7 valid user emails for Azure configuration. +- 10:59 | `oliver-sales-ops-platform` + - **Asked:** How should authorized user emails be formatted and added to the system? + - **Done:** Added UserMenu component to navbar and configured 7 authorized users with admin roles for 2 of them.