vault backup: 2026-04-29 11:01:00

This commit is contained in:
Vadym Samoilenko 2026-04-29 11:01:00 +01:00
parent 5d9640b63d
commit 60970770b2
2 changed files with 8 additions and 0 deletions

View file

@ -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 |

View file

@ -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.